Population again.

This commit is contained in:
sergiotarxz 2023-08-08 20:03:55 +02:00
parent cfc07fab7b
commit 1d6efa2c7b
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ sub MIGRATIONS {
'CREATE INDEX request_subdivision_index on requests (subdivision);',
\&_populate_locations,
\&_populate_locations,
\&_populate_locations,
);
}