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

Latest commit

 

History

History
5 lines (4 loc) · 369 Bytes

dbchanges.md

File metadata and controls

5 lines (4 loc) · 369 Bytes

The following changes have been made to the dev database and will need to be added to the live database upon release.

  • Populate the api_access table by including the uuid package and uncommenting the bit from declarations.dart
  • ALTER TABLE streets ALTER COLUMN id TYPE character(25);
  • ALTER TABLE streets ADD COLUMN is_home boolean NOT NULL DEFAULT false;