diff --git a/db/migrate/20170827_migration.sql b/db/migrate/20170827_migration.sql index f3a4f8d09d25e8e5be953e4084a45e5a7db26c36..44e0889664db839f5c1815e308dc6c4f31b11f70 100644 --- a/db/migrate/20170827_migration.sql +++ b/db/migrate/20170827_migration.sql @@ -56,7 +56,7 @@ select region_id + 38, department, name, url, city, kind_id, feed, contact, subm insert into orgas (region_id, department, name, url, city, kind_id, feed, contact, submitter, moderated, submission_time, decision_time, secret, deleted, active, description, created_at, updated_at, tags, diaspora, place_name, address, latitude, longitude) select region_id + 70, department, name, url, city, kind_id, feed, contact, submitter, moderated, submission_time, decision_time, secret, deleted, active, description, created_at, updated_at, tags, diaspora, place_name, address, latitude, longitude - from adl_be.orgas + from adl_ch.orgas order by id;