mirror of
https://github.com/getredash/redash.git
synced 2025-12-20 09:57:35 -05:00
6 lines
88 B
Python
6 lines
88 B
Python
from redash.models import ApiKey
|
|
|
|
|
|
if __name__ == '__main__':
|
|
ApiKey.create_table()
|