teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

missing down-from-1 migration should also trigger warning #115

Closed teleclimber closed 11 months ago

teleclimber commented 11 months ago

In 3f19c30e28734c7295ccd1b1b56e5ce6a5d65dda I made it such that a down migration of an appspace from schema 1 would not trigger a warning if missing.

The reasoning was that down-from-1 can effectively only do one thing: delete all the data in the appspace, so it's not useful. A user can just delete the appspace.

I correct myself because of the following scenario: