db schema to custom dir
This commit is contained in:
parent
744c849473
commit
a561fe6dbd
2 changed files with 0 additions and 1 deletions
0
app/db.sql → app/db/01_schema.sql
Normal file → Executable file
0
app/db.sql → app/db/01_schema.sql
Normal file → Executable file
|
@ -1 +0,0 @@
|
|||
ALTER TABLE `posts`CHANGE `pirvacy` `privacy` SET('private','friends','public') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
|
Loading…
Add table
Reference in a new issue