From 91d2e92c4fa77ae00f9d03df636a7295bde021d2 Mon Sep 17 00:00:00 2001 From: Robert McDermot Date: Mon, 27 Jun 2016 21:07:34 -0400 Subject: [PATCH] did the db changes --- dbchanges.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dbchanges.md b/dbchanges.md index 5c5f57dd..f8fe6540 100644 --- a/dbchanges.md +++ b/dbchanges.md @@ -1,15 +1,2 @@ The following changes have been made to the dev database and will need to be added to the live database upon release. -``` -alter table stats add column crops_harvested integer not null default 0; -alter table stats add column crops_hoed integer not null default 0; -alter table stats add column crops_planted integer not null default 0; -alter table stats add column crops_watered integer not null default 0; -alter table stats add column piggies_fed integer not null default 0; -``` - -need to run `upgradeenergy` from the console for the live server - -``` -ALTER TABLE users ADD COLUMN custom_avatar varchar(30); -```