erlangbureau / jamdb_oracle

Oracle Database driver for Erlang
MIT License
103 stars 46 forks source link

schema_migrations table not created? #143

Closed mlooney closed 5 months ago

mlooney commented 9 months ago

The migration process seem to not create the schema_migrations table, despite jamb_oracle_query.ex generating the DDL on line 591. This causes migrations to fail later, for the lack of said table.

(jamdb_oracle 0.5.5, ecto_sql 3.6)

vstavskyi commented 9 months ago

CREATE TABLE schema_migrations (version bigint, ....
failed because of bigint fixed on L821