X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=database.sql;h=4c82678b76dce04eb48a2be3be1dfeee6ca5685b;hp=01f3a1f8c0db5c9a5eb3ef9155f0654305036963;hb=053cd1002b31ad83d505dabce9f37b2a737fcabd;hpb=719bbde07719c9ab1894e7eba624fdfbf890a657 diff --git a/database.sql b/database.sql index 01f3a1f..4c82678 100644 --- a/database.sql +++ b/database.sql @@ -269,10 +269,12 @@ CREATE TABLE IF NOT EXISTS `noinvite` ( -- Tabellenstruktur für Tabelle `owner_history` -- + CREATE TABLE IF NOT EXISTS `owner_history` ( `owner_history_id` int(11) NOT NULL AUTO_INCREMENT, `owner_history_cid` int(11) NOT NULL, - `owner_history_uid` int(11) NOT NULL, + `owner_history_to_uid` int(11) NOT NULL, + `owner_history_from_uid` int(11) NOT NULL, `owner_history_time` int(11) NOT NULL, PRIMARY KEY (`owner_history_id`), KEY `owner_history_cid` (`owner_history_cid`)