Skip to content
Snippets Groups Projects
Commit 8810eb8c authored by David Baker's avatar David Baker
Browse files

Fix schema delta 15 on postgres in the very unlikley event that anyone upgrades to 15...

parent 748c0f5e
No related branches found
No related tags found
No related merge requests found
-- Drop, copy & recreate pushers table to change unique key
-- Also add access_token column at the same time
CREATE TABLE IF NOT EXISTS pushers2 (
id INTEGER PRIMARY KEY AUTOINCREMENT,
id BIGINT PRIMARY KEY,
user_name TEXT NOT NULL,
access_token INTEGER DEFAULT NULL,
profile_tag varchar(32) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment