feat: replace php migration with django migration
- keep latest legacy version in initial migration file - move propel schema to api legacy app - remove legacy upgrade tool
This commit is contained in:
parent
ee98387264
commit
0e4bc4cacd
85 changed files with 1005 additions and 1000 deletions
|
@ -21,6 +21,9 @@ setup(
|
|||
},
|
||||
license="AGPLv3",
|
||||
packages=find_packages(),
|
||||
package_data={
|
||||
"libretime_api": ["legacy/migrations/sql/*.sql"],
|
||||
},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.6",
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue