Patch for movieinfo table, add type column.

This commit is contained in:
Darko
2014-09-19 09:35:20 +02:00
parent ac2c5b1da1
commit 8ffbb42c56
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE `movieinfo` ADD `type` VARCHAR( 32 ) NOT NULL AFTER `genre` ;
UPDATE `tmux` SET `value` = '81' WHERE `setting` = 'sqlpatch';