forgot to apply sql-update to dbversion-update
This commit is contained in:
parent
00f53fbb09
commit
220fb81833
1 changed files with 3 additions and 0 deletions
3
setup/updates/1438970456_01.sql
Normal file
3
setup/updates/1438970456_01.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE `aowow_dbversion`
|
||||
ADD COLUMN `sql` TEXT NOT NULL AFTER `part`,
|
||||
ADD COLUMN `build` TEXT NOT NULL AFTER `sql`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue