mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update SequelizeProvider and do some other stuff
This commit is contained in:
@@ -6,7 +6,7 @@ class Database {
|
||||
return database;
|
||||
}
|
||||
|
||||
start() {
|
||||
static start() {
|
||||
database.authenticate()
|
||||
.then(() => console.log('[Database] Connection has been established successfully.'))
|
||||
.then(() => console.log('[Database] Synchronizing...'))
|
||||
|
||||
Reference in New Issue
Block a user