Add SQLite and the missing migrations files for last commit

This commit is contained in:
Melanie Thielker
2008-11-14 19:00:14 +00:00
parent d66f3993de
commit 1bd0721dbe
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
alter table inventoryitems add column inventoryGroupPermissions integer unsigned not null default 0;
COMMIT;