1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-21 08:34:27 -05:00

Modifies date in shops from date to datetime for #26.

This commit is contained in:
Jonathan Rosenbaum 2017-11-12 16:13:25 +00:00
parent d7aefb1416
commit 57ecbab44a

View File

@ -1,6 +1,9 @@
-- This is probably the first documentation ever created for this project!
-- (adjusted while developing, usually at the docker instance - https://github.com/fspc/ybdb )
-- Change shops from date to datetime, see https://github.com/fspc/Yellow-Bike-Database/issues/26
ALTER TABLE shops MODIFY date datetime DEFAULT NULL;
-- Add shop_locations and shop_types
DELETE FROM shop_locations;