1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src
David Leek 534e1f1378
chore: add another migration that remigrates the proper way (#3719)
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

Adds a migration that renames `token_name` back to `username`, then adds
a new optional column named `token_name`

## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

I've added fallbacks for resolving username/tokenname on insert and on
making rows from results.
But this adds another column renaming, which is worth discussing
properly
2023-05-11 15:33:04 +02:00
..
lib chore: add another migration that remigrates the proper way (#3719) 2023-05-11 15:33:04 +02:00
mailtemplates
migrations chore: add another migration that remigrates the proper way (#3719) 2023-05-11 15:33:04 +02:00
test docs: openapi schema for PATs (#3605) 2023-05-11 09:11:17 +02:00
migrator.ts
server-dev.ts Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
server.ts