Removing autopopulate, it doesn't work.

This commit is contained in:
sergiotarxz 2023-08-08 20:22:02 +02:00
parent 5aa76ffc70
commit 3b63448bf7
1 changed files with 0 additions and 3 deletions

View File

@ -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,
);
}