mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-17 09:24:50 +01:00
multi stamps and deadlines
This commit is contained in:
@@ -57,13 +57,8 @@ CREATE TABLE IF NOT EXISTS public.campaign_category_links (
|
||||
CREATE TABLE IF NOT EXISTS public.campaign_state (
|
||||
id SERIAL PRIMARY KEY,
|
||||
campaign_id INTEGER,
|
||||
state INTEGER,
|
||||
character_id INTEGER,
|
||||
code TEXT
|
||||
);
|
||||
|
||||
INSERT INTO public.campaign_state
|
||||
(campaign_id,state,character_id
|
||||
) VALUES (1, 2,2);
|
||||
|
||||
END;
|
||||
|
||||
Reference in New Issue
Block a user