-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run migration 0005 on access-api staging #464
Comments
Discovered while testing this on staging: #460 |
after poking around I think the migration ran, but cf refused to execute the last two lines (but also didn't error?)
I see in cloudflare staging that there is still a Maybe d1 doesn't support dropping table nor renaming? |
…delegations -> delegations_old and create a new delegations (#468) Note: * this is just for consideration because @Gozala and I are both curious whether cloudflare migrations will allow the rename. It would be good to know. * But i actually think it would probably be best to use #469 over time Motivation: * try out something @Gozala and I came up with for #464
This change to the migration ended up having it 'stick'. but to do it required not doing the DROP TABLE nor RENAME |
…delegations -> delegations_old and create a new delegations (#468) Note: * this is just for consideration because @Gozala and I are both curious whether cloudflare migrations will allow the rename. It would be good to know. * But i actually think it would probably be best to use #469 over time Motivation: * try out something @Gozala and I came up with for #464
…ads (storacha#502) we'll probably want to rework this in the future, but I think this probably looks good enough for now: <img width="1223" alt="Screenshot 2023-04-07 at 1 47 15 PM" src="https://user-images.githubusercontent.com/1113/230676964-186cb768-c7a6-4fe2-8e92-b8e153e57418.png"> <img width="369" alt="Screenshot 2023-04-07 at 1 47 29 PM" src="https://user-images.githubusercontent.com/1113/230676965-589803a8-9fde-4505-8d92-5273aaa3ad83.png"> resolves storacha#464
🤖 I have created a release *beep* *boop* --- ## [1.5.0](storacha/w3ui@w3console-v1.4.1...w3console-v1.5.0) (2023-05-09) ### Features * add warnings about the public and permanent nature of w3up uploads ([storacha#502](storacha/w3ui#502)) ([6cc58f8](storacha/w3ui@6cc58f8)), closes [storacha#464](storacha/w3ui#464) * get w3console looking acceptable on mobile ([storacha#500](storacha/w3ui#500)) ([118cb22](storacha/w3ui@118cb22)) * remove space creator from sidebar ([storacha#509](storacha/w3ui#509)) ([40bc621](storacha/w3ui@40bc621)) * update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([storacha#514](storacha/w3ui#514)) ([e1ee301](storacha/w3ui@e1ee301)) * upload progress ([storacha#499](storacha/w3ui#499)) ([6c9de97](storacha/w3ui@6c9de97)) * w3console cleanup and updates to packages to support it ([storacha#507](storacha/w3ui#507)) ([78aee2a](storacha/w3ui@78aee2a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
…ads (storacha#502) we'll probably want to rework this in the future, but I think this probably looks good enough for now: <img width="1223" alt="Screenshot 2023-04-07 at 1 47 15 PM" src="https://user-images.githubusercontent.com/1113/230676964-186cb768-c7a6-4fe2-8e92-b8e153e57418.png"> <img width="369" alt="Screenshot 2023-04-07 at 1 47 29 PM" src="https://user-images.githubusercontent.com/1113/230676965-589803a8-9fde-4505-8d92-5273aaa3ad83.png"> resolves storacha#464
🤖 I have created a release *beep* *boop* --- ## [1.5.0](storacha/w3ui@w3console-v1.4.1...w3console-v1.5.0) (2023-05-09) ### Features * add warnings about the public and permanent nature of w3up uploads ([storacha#502](storacha/w3ui#502)) ([ad0632c](storacha/w3ui@ad0632c)), closes [storacha#464](storacha/w3ui#464) * get w3console looking acceptable on mobile ([storacha#500](storacha/w3ui#500)) ([3e512df](storacha/w3ui@3e512df)) * remove space creator from sidebar ([storacha#509](storacha/w3ui#509)) ([d5f5536](storacha/w3ui@d5f5536)) * update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([storacha#514](storacha/w3ui#514)) ([f70ca5f](storacha/w3ui@f70ca5f)) * upload progress ([storacha#499](storacha/w3ui#499)) ([81ae196](storacha/w3ui@81ae196)) * w3console cleanup and updates to packages to support it ([storacha#507](storacha/w3ui#507)) ([f6fdf8e](storacha/w3ui@f6fdf8e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
For some reason when I try to run the migrations on staging, they don't seem to fully apply/'stick'?
The text was updated successfully, but these errors were encountered: