mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 16:00:09 -04:00
6 lines
88 B
Python
6 lines
88 B
Python
from redash.models import ApiKey
|
|
|
|
|
|
if __name__ == '__main__':
|
|
ApiKey.create_table()
|