mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +01:00
fix events_quests id missing PK flag
This commit is contained in:
@@ -2,7 +2,7 @@ BEGIN;
|
||||
|
||||
create table if not exists event_quests
|
||||
(
|
||||
id serial,
|
||||
id serial primary key,
|
||||
max_players integer,
|
||||
quest_type integer,
|
||||
quest_id uint16 not null
|
||||
|
||||
Reference in New Issue
Block a user