__SETUP.SQL 161 B

12345678
  1. -- DB structure.
  2. SOURCE 00_STRUCTURE.SQL;
  3. -- DB permissions. Entries are commented by default.
  4. SOURCE 01_PERMISSIONS.SQL;
  5. -- Initial data.
  6. SOURCE 02_DATA.SQL;