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

Commit

Permalink
clear dbchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Castille committed Sep 5, 2016
1 parent c6177cb commit 5712907
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions dbchanges.md
Original file line number Diff line number Diff line change
@@ -1,29 +0,0 @@
The following changes have been made to the dev database and will need to be added to the live database upon release.

Friend lists:

- ALTER TABLE users ADD COLUMN friends text NOT NULL DEFAULT '[]'::text;

Street instancing changes:

1. ALTER TABLE streets ALTER COLUMN id TYPE varchar(32);
1. ALTER TABLE streets ADD COLUMN uid integer NOT NULL DEFAULT -1 REFERENCES users(id);
1. ALTER TABLE streets ADD COLUMN tsid varchar(24);
1. UPDATE streets SET tsid = id;

Fix typo:

- UPDATE street_entities SET type = 'Jellisac' WHERE type = 'Jellasic';

Allow longer metadata:

- ALTER TABLE street_entities ALTER COLUMN type TYPE character varying(60);

Add new stats:

- ALTER TABLE stats ADD COLUMN test_tube_uses integer NOT NULL DEFAULT 0;
- ALTER TABLE stats ADD COLUMN beaker_uses integer NOT NULL DEFAULT 0;

Map Filler:

save LCR199KIJRK1I2B to the live server (load from dev server)

0 comments on commit 5712907

Please sign in to comment.