Update upgrade.sql
This commit is contained in:
parent
bb4fea4e50
commit
3e68e9fa26
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
-- Please Put all the DB changes here
|
-- Please Put all the DB changes here
|
||||||
-- Also add those changes that have been made and not been added
|
-- Also add those changes that have been made and not been added
|
||||||
|
-- All files moved to cb_install
|
||||||
ALTER TABLE `video` ADD `userid` INT NOT NULL AFTER `username`
|
ALTER TABLE `video` ADD `userid` INT NOT NULL AFTER `username`
|
||||||
|
|
||||||
ALTER TABLE `video_comments` ADD `userid` INT NOT NULL AFTER `username`
|
ALTER TABLE `video_comments` ADD `userid` INT NOT NULL AFTER `username`
|
||||||
|
|
Loading…
Add table
Reference in a new issue