1 Commits

Author SHA1 Message Date
Peter Kokot
16bea4f84a Refactor SQL files
This separates the SQL files according to its functionality:
- database.sql for creating only database
- schema.sql for creating only database schema
- fixtures.sql for inserting only data fixtures

This helps in building project from scratch with empty database with
only schema to insert custom development fixtures.
2018-10-24 20:29:19 +02:00