diff --git a/app/db.sql b/app/db/01_schema.sql old mode 100644 new mode 100755 similarity index 100% rename from app/db.sql rename to app/db/01_schema.sql diff --git a/app/db_to_v1.03.sql b/app/db_to_v1.03.sql deleted file mode 100644 index 2fe604e..0000000 --- a/app/db_to_v1.03.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE `posts`CHANGE `pirvacy` `privacy` SET('private','friends','public') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL; \ No newline at end of file