Supporters db: add rt_ticket field.
This commit is contained in:
parent
36592c9747
commit
60260bd59c
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ CREATE TABLE "donor" (
|
|||
"ledger_entity_id" varchar(300) NOT NULL UNIQUE,
|
||||
"display_name" varchar(300),
|
||||
"public_ack" bool,
|
||||
"is_supporter" bool NOT NULL
|
||||
"is_supporter" bool NOT NULL,
|
||||
"rt_ticket integer
|
||||
);
|
||||
|
||||
DROP TABLE IF EXISTS "request";
|
||||
|
|
Loading…
Reference in a new issue