Skip to content

Commit f16cc8b

Browse files
author
James Socol
committed
Merged pull request #6 from kumar303/master.
minor fix to update()
2 parents 99dd6a3 + ca1be7b commit f16cc8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schematic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def main(schema_dir, maximum=None):
198198

199199
def update(schema_dir, version):
200200
settings = get_settings(schema_dir)
201+
table_check(settings.db, settings.table)
201202
say(settings.db, UPDATE % (settings.table, version))
202203

203204

0 commit comments

Comments
 (0)