track db migrations
This commit is contained in:
parent
f53602294f
commit
24de9ac050
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,3 +29,6 @@ www/cache/*
|
|||||||
# huh?
|
# huh?
|
||||||
workflow*
|
workflow*
|
||||||
|
|
||||||
|
# include db migrations
|
||||||
|
!db/migrate/*.sql
|
||||||
|
|
||||||
|
|||||||
2
db/migrate/000101_restaurant_open_for_business.sql
Normal file
2
db/migrate/000101_restaurant_open_for_business.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `restaurant` ADD `open_for_business` TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER `active`
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user