History log of /web-bugs/sql/schema.sql (Results 1 – 1 of 1)
Revision Date Author Comments
# 16bea4f8 24-Oct-2018 Peter Kokot

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
- fixture

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.

show more ...