mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-21 04:19:05 -05:00
Remove trailing comma in sessions table migration
This commit is contained in:
@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS sessions (
|
||||
ip TEXT NOT NULL,
|
||||
user_agent TEXT NOT NULL,
|
||||
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW()
|
||||
);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS
|
||||
|
||||
Reference in New Issue
Block a user