mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
from redash.models import ApiKey
|
|
|
|
|
|
if __name__ == '__main__':
|
|
ApiKey.create_table()
|