mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 13:00:10 -04:00
Make lines indented by four spaces instead of three
This commit is contained in:
@@ -2,7 +2,7 @@ from redash.models import db, Alert, AlertSubscription
|
||||
|
||||
if __name__ == '__main__':
|
||||
with db.database.transaction():
|
||||
Alert.create_table()
|
||||
AlertSubscription.create_table()
|
||||
Alert.create_table()
|
||||
AlertSubscription.create_table()
|
||||
|
||||
db.close_db(None)
|
||||
|
||||
Reference in New Issue
Block a user