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