Skip to content

Commit ce5218a

Browse files
sqlite dupe column fix
1 parent dbfa9b6 commit ce5218a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pangolin/pangolin_store/sql/sqlite_schema.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ CREATE TABLE IF NOT EXISTS active_tokens (
200200
tenant_id TEXT,
201201
token TEXT NOT NULL,
202202
expires_at INTEGER NOT NULL,
203-
created_at INTEGER NOT NULL,
204203
created_at INTEGER NOT NULL
205204
);
206205
CREATE INDEX IF NOT EXISTS idx_active_tokens_user ON active_tokens(user_id);

0 commit comments

Comments
 (0)