v0.15.6
0.15.6 (2021-12-09)
Non-breaking changes
<timestamp>_init.sql
and globals.sql
are no longer generated by supabase init
They are now ignored, so there should be no breaking change. You can delete globals.sql
, but you should keep init.sql
if you have already set a remote database.
extensions.sql
and seed.sql
are now optional
They are no longer generated by supabase init
, but it will be run if you have them.