This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Castille
committed
Sep 5, 2016
1 parent
c6177cb
commit 5712907
Showing
1 changed file
with
0 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||