Skip to content

Commit

Permalink
Uncomment farmed_* columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Jun 16, 2024
1 parent cb0f908 commit 0ebdf8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ CREATE TABLE IF NOT EXISTS daily_quests (
fished_pufferfish BIGINT NOT NULL DEFAULT 0,
fished_rainbow_trout BIGINT NOT NULL DEFAULT 0,
fished_gold_fish BIGINT NOT NULL DEFAULT 0,
fished_emerald_fish BIGINT NOT NULL DEFAULT 0
-- farmed_wheat BIGINT NOT NULL DEFAULT 0,
-- farmed_carrots BIGINT NOT NULL DEFAULT 0,
-- farmed_potatoes BIGINT NOT NULL DEFAULT 0,
-- farmed_melon BIGINT NOT NULL DEFAULT 0,
-- farmed_chorus_fruit BIGINT NOT NULL DEFAULT 0,
fished_emerald_fish BIGINT NOT NULL DEFAULT 0,
farmed_wheat BIGINT NOT NULL DEFAULT 0,
farmed_carrot BIGINT NOT NULL DEFAULT 0,
farmed_potato BIGINT NOT NULL DEFAULT 0,
farmed_melon BIGINT NOT NULL DEFAULT 0,
farmed_chorus_fruit BIGINT NOT NULL DEFAULT 0
-- killed_zombies BIGINT NOT NULL DEFAULT 0,
-- killed_skeletons BIGINT NOT NULL DEFAULT 0,
-- killed_spiders BIGINT NOT NULL DEFAULT 0,
Expand Down

0 comments on commit 0ebdf8e

Please sign in to comment.