Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
did the db changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBlackhart committed Jun 28, 2016
1 parent 9c964ed commit 91d2e92
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dbchanges.md
Original file line number Diff line number Diff line change
@@ -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);
```

0 comments on commit 91d2e92

Please sign in to comment.