From 3d159d097a2865e9fc5157c0161905ad95470fb2 Mon Sep 17 00:00:00 2001 From: David Read Date: Thu, 15 Feb 2018 15:15:40 +0000 Subject: [PATCH] Add comment --- ckan/migration/versions/001_add_existing_tables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ckan/migration/versions/001_add_existing_tables.py b/ckan/migration/versions/001_add_existing_tables.py index 2e43bb5e025..c4fba1a81c3 100644 --- a/ckan/migration/versions/001_add_existing_tables.py +++ b/ckan/migration/versions/001_add_existing_tables.py @@ -5,6 +5,8 @@ def upgrade(migrate_engine): + # we specify the schema here, because of a clash with another 'state' table + # in the mdillon/postgis container meta = MetaData(schema='public') state = Table('state', meta,