redash/migrations/0021_create_api_keys_table.py
2016-03-09 13:38:02 +02:00

6 lines
88 B
Python

from redash.models import ApiKey
if __name__ == '__main__':
ApiKey.create_table()