plura/migrations/20250112134655_system_oauth_process.sql
2025-06-08 21:12:07 +02:00

7 lines
187 B
SQL
Executable file

-- Add migration script here
CREATE TABLE system_oauth_process (
id INTEGER NOT NULL PRIMARY KEY,
owner_id TEXT UNIQUE NOT NULL,
name TEXT NOT NULL,
csrf TEXT NOT NULL
);