mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
70d545410d
Also moved old migrations to old_migrations folder (before deleting them entirely).
6 lines
88 B
Python
6 lines
88 B
Python
from redash.models import ApiKey
|
|
|
|
|
|
if __name__ == '__main__':
|
|
ApiKey.create_table()
|