Removing autopopulate, it doesn't work.
This commit is contained in:
parent
5aa76ffc70
commit
3b63448bf7
@ -38,9 +38,6 @@ sub MIGRATIONS {
|
||||
'CREATE INDEX request_country_index on requests (country);',
|
||||
'ALTER TABLE requests ADD COLUMN subdivision TEXT;',
|
||||
'CREATE INDEX request_subdivision_index on requests (subdivision);',
|
||||
\&_populate_locations,
|
||||
\&_populate_locations,
|
||||
\&_populate_locations,
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user