Skip to content

Commit

Permalink
fix: Add missing file extension to 0009_app-prefix-fix.sql in DB init
Browse files Browse the repository at this point in the history
  • Loading branch information
AtkinsSJ committed May 15, 2024
1 parent 0b093dd commit a8160a8
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 a8160a8

Please sign in to comment.