Delete database and comment out staking_event
This commit is contained in:
parent
6b7cf87fcf
commit
9df27aea2d
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,4 +38,4 @@ next-env.d.ts
|
||||
# vscode
|
||||
.vscode
|
||||
|
||||
/database.db
|
||||
database.db
|
BIN
database.db
BIN
database.db
Binary file not shown.
11
sql/data.sql
11
sql/data.sql
@ -33,10 +33,9 @@ INSERT INTO inventory_item(user_id, store_item_id) VALUES
|
||||
(1, 'item1'),
|
||||
(1, 'item2');
|
||||
|
||||
-- INSERT INTO staking_event(user_id, well_id, inventory_item_id, duration_in_mins, stake_amount) VALUES
|
||||
-- (1, 1, 1, 5, 50),
|
||||
-- (1, 3, 2, 5, 50);
|
||||
|
||||
INSERT INTO staking_event(user_id, well_id, inventory_item_id, duration_in_mins, stake_amount) VALUES
|
||||
(1, 1, 1, 5, 50),
|
||||
(1, 3, 2, 5, 50);
|
||||
|
||||
INSERT INTO claim_event(staking_event_id, claim_amount) VALUES
|
||||
(2, 50);
|
||||
-- INSERT INTO claim_event(staking_event_id, claim_amount) VALUES
|
||||
-- (2, 50);
|
||||
|
Loading…
x
Reference in New Issue
Block a user