We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99dd6a3 + ca1be7b commit f16cc8bCopy full SHA for f16cc8b
1 file changed
schematic
@@ -198,6 +198,7 @@ def main(schema_dir, maximum=None):
198
199
def update(schema_dir, version):
200
settings = get_settings(schema_dir)
201
+ table_check(settings.db, settings.table)
202
say(settings.db, UPDATE % (settings.table, version))
203
204
0 commit comments