This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Rename the main autoplex database
dev
David Ludwig
4 years ago
parent
ab329544ab
commit
1970789ab6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
`
;
Write
Preview
Loading…
Cancel
Save