You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running npm start or node server stops at, not only that but it fucks my server up, it freezing the terminal.
Executing (default): CREATE TABLE IF NOT EXISTS SequelizeMeta (name VARCHAR(255) NOT NULL UNIQUE PRIMARY KEY, UNIQUE (name));
Executing (default): PRAGMA INDEX_LIST(SequelizeMeta)
Executing (default): PRAGMA INDEX_INFO(sqlite_autoindex_SequelizeMeta_1)
Executing (default): SELECT name FROM SequelizeMeta AS SequelizeMeta ORDER BY SequelizeMeta.name ASC;
The text was updated successfully, but these errors were encountered:
running npm start or node server stops at, not only that but it fucks my server up, it freezing the terminal.
The text was updated successfully, but these errors were encountered: