Stefan Oltmann
11/28/2022, 2:11 PMIf you run your migration from code [...]
I was thinking that just having a 1.sqm
would cause the database to update, because the first sentence make it sound like the code migration way is optional.
But since this does not work it looks like I have to call Database.Schema.migrate()
in code regardless.
Correct?