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:
parent
d7aefb1416
commit
57ecbab44a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user