add migrations to mysql and sqlite for flags on embedded inventory

This commit is contained in:
Sean Dague
2008-06-25 18:57:21 +00:00
parent ee4d7703a2
commit ce9c584341
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE primitems add flags integer not null default 0;
COMMIT;