zed/crates/collab/migrations.sqlite
Antonio Scandurra 2697112a8a Don't drop unregistered column in reconnection support migration
We don't use this column anymore because, when a project is unshared, we
simply remove it from the `projects` table. However, this column is expected
in the stable version of the server and the database is shared between stable
and preview. If we dropped it, stable would start throwing errors.
2022-12-09 08:11:18 +01:00
..
20221109000000_test_schema.sql Don't drop unregistered column in reconnection support migration 2022-12-09 08:11:18 +01:00