feat: switch to postgres only sync, removed nats publishing
Some checks failed
release / docker (push) Has been cancelled
Some checks failed
release / docker (push) Has been cancelled
This commit is contained in:
14
migrations/002_ussd_data.sql
Normal file
14
migrations/002_ussd_data.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
CREATE TABLE IF NOT EXISTS ussd_data(
|
||||
id INT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
||||
phone_number TEXT UNIQUE,
|
||||
blockchain_address TEXT UNIQUE,
|
||||
first_name TEXT,
|
||||
last_name TEXT,
|
||||
yob INT,
|
||||
location_name TEXT,
|
||||
gender TEXT,
|
||||
commodities TEXT,
|
||||
active_voucher TEXT,
|
||||
lang_code TEXT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user