added cmd_info & cmd_debug
[NeonServV5.git] / database.upgrade.sql
index 4d1dd2bc26108532b229f8c894c843cdefc79323..f44c5eed6e8bf7534eff384798aba6ada552411e 100644 (file)
@@ -14,3 +14,7 @@ ALTER TABLE `users` ADD `user_rank` INT( 11 ) NOT NULL AFTER `user_access`;
 
 -- version: 2
 
+ALTER TABLE `owner_history` CHANGE `owner_history_uid` `owner_history_to_uid` INT( 11 ) NOT NULL;
+ALTER TABLE `owner_history` ADD `owner_history_from_uid` INT( 11 ) NOT NULL AFTER `owner_history_to_uid`;
+
+-- version: 3