db schema to custom dir

This commit is contained in:
Miroslav Šedivý 2019-12-24 00:33:15 +01:00
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
View file

View file

@ -1 +0,0 @@
ALTER TABLE `posts`CHANGE `pirvacy` `privacy` SET('private','friends','public') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;