[#28] Switched search_streets to database
This commit is contained in:
parent
95564e8111
commit
91985a1710
11 changed files with 48 additions and 22 deletions
|
|
@ -1,2 +1,2 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
DROP SCHEMA ivago CASCADE;
|
||||
DROP table ivago_streets;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
-- Your SQL goes here
|
||||
CREATE SCHEMA ivago;
|
||||
|
||||
CREATE TABLE ivago.streets (
|
||||
CREATE TABLE ivago_streets (
|
||||
name TEXT NOT NULL,
|
||||
city TEXT NOT NULL,
|
||||
|
||||
|
|
|
|||
Reference in a new issue