sintonia/api/libretime_api
jo 28b9343c77 fix(legacy): remove not null contraint when using default
This fixes the inital schema creation to match as if the old migrations
were always run.

The third_party_track_references.file_id field should not have a not
null constraint while have a default value to 0.
2022-06-08 23:23:08 +02:00
..
_fixtures feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00
core refactor(api): fix pylint errors 2022-04-04 15:20:22 +02:00
history feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00
legacy fix(legacy): remove not null contraint when using default 2022-06-08 23:23:08 +02:00
schedule feat: move storage path setting to configuration file 2022-06-08 23:23:08 +02:00
settings feat: move storage path setting to configuration file 2022-06-08 23:23:08 +02:00
storage feat: move storage path setting to configuration file 2022-06-08 23:23:08 +02:00
tests refactor(api): fix pylint errors 2022-04-04 15:20:22 +02:00
__init__.py chore: rename libretimeapi dir to libretime_api 2022-01-04 09:18:58 +02:00
_constants.py feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00
asgi.py feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00
manage.py feat: change config dir path to /etc/libretime 2022-06-08 23:23:08 +02:00
permission_constants.py refactor(api): fix pylint errors 2022-04-04 15:20:22 +02:00
permissions.py fix(api): prevent timing attacke on api key (#1771) 2022-04-17 18:55:18 +02:00
urls.py feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00
wsgi.py feat(api): split api into multiple apps (#1626) 2022-04-04 14:38:50 +02:00