Skip to content

Commit

Permalink
Merge pull request #399 from AtkinsSJ/fix-db-scripts
Browse files Browse the repository at this point in the history
fix: Add missing file extension to 0009_app-prefix-fix.sql in DB init
  • Loading branch information
KernelDeimos authored May 15, 2024
2 parents 0b093dd + a8160a8 commit ec59abe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class SqliteDatabaseAccessService extends BaseDatabaseAccessService {
'0006_update-apps.sql',
'0007_sessions.sql',
'0008_otp.sql',
'0009_app-prefix-fix',
'0009_app-prefix-fix.sql',
].map(p => path_.join(__dirname, 'sqlite_setup', p));
const fs = require('fs');
for ( const filename of sql_files ) {
Expand Down

0 comments on commit ec59abe

Please sign in to comment.