Open wedamija opened 2 days ago
Note that some tests will fail until we have a way to handle deleting tables/cols
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
23090 | 1 | 23089 | 215 |
To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github
This adds in
allow_run_sql
to ourCheckedMigration
baseclass. We want to prevent the use ofRunSQL
in most cases going forward, since our migration safety framework doesn't know how to parse sql to ensure safety.Our main uses for this in the past were:
db_default
instead ofdefault
.