Browse Source

Rename the main autoplex database

dev
David Ludwig 4 years ago
parent
commit
1970789ab6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap/database/init/01-databases.sql

+ 1
- 1
bootstrap/database/init/01-databases.sql View File

@ -1,2 +1,2 @@
CREATE DATABASE IF NOT EXISTS `autoplex_request`;
CREATE DATABASE IF NOT EXISTS `autoplex`;
CREATE DATABASE IF NOT EXISTS `autoplex_torrent`;

Loading…
Cancel
Save