redash/old_migrations/0021_create_api_keys_table.py

6 lines
88 B
Python
Raw Normal View History

2016-02-21 12:08:49 +00:00
from redash.models import ApiKey
if __name__ == '__main__':
ApiKey.create_table()