diff --git a/skrytka_create_db.sql b/skrytka_create_db.sql index 595a971..a6aa9e0 100644 --- a/skrytka_create_db.sql +++ b/skrytka_create_db.sql @@ -1,3 +1,5 @@ +SET client_encoding TO 'UTF8'; + DROP TABLE IF EXISTS osp_unit CASCADE; DROP TABLE IF EXISTS fire_truck CASCADE; DROP TABLE IF EXISTS truck_side CASCADE;