Most of my migrations include execute SQL commands (e.g, 'ALTER SEQUENCE venues_id_seq RESTART 5000;'). The application successfully creates schemas under the primary Postgres database; however, after the schema is created, it appears not to include alters from my migration's 'execute <<-SQL' block.
Is this a limitation of the apartment gem?