7f97ba8e9b
Add if_not_exists=True to CREATE TABLE operations in migrations 0003 and 0004. This prevents DuplicateTableError when migrations are re-run on databases where tables were partially created.