mock events saved to db
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
BEGIN;
|
||||
|
||||
|
||||
CREATE TABLE mock.sale_form_shop_selection (
|
||||
account_id INTEGER PRIMARY KEY,
|
||||
platform PLATFORM NOT NULL,
|
||||
shop_id TEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE mock.refund_form_shop_selection (
|
||||
account_id INTEGER PRIMARY KEY,
|
||||
platform PLATFORM NOT NULL,
|
||||
shop_id TEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE mock.count_form_shop_selection (
|
||||
account_id INTEGER PRIMARY KEY,
|
||||
platform PLATFORM NOT NULL,
|
||||
shop_id TEXT NOT NULL
|
||||
);
|
||||
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user