mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: Add missing file extension to 0009_app-prefix-fix.sql in DB init
This commit is contained in:
parent
0b093dd57e
commit
a8160a8cdc
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user