mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +01:00
Added code
This commit is contained in:
@@ -58,7 +58,8 @@ CREATE TABLE IF NOT EXISTS public.campaign_category_links (
|
||||
id SERIAL PRIMARY KEY,
|
||||
campaign_id INTEGER,
|
||||
state INTEGER,
|
||||
character_id INTEGER
|
||||
character_id INTEGER,
|
||||
code TEXT
|
||||
);
|
||||
|
||||
INSERT INTO public.campaign_state
|
||||
|
||||
Reference in New Issue
Block a user