Files
drivetimeplaner/www/fahrschultermin.de/database/migrations/005_tenant_location_sun.sql

4 lines
182 B
SQL

ALTER TABLE tenants ADD COLUMN location_label TEXT DEFAULT '';
ALTER TABLE tenants ADD COLUMN latitude REAL DEFAULT NULL;
ALTER TABLE tenants ADD COLUMN longitude REAL DEFAULT NULL;