mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 08:52:16 +00:00
sqlite: Fix down-migration
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
ALTER TABLE davpush_subscriptions
|
||||
DROP public_key,
|
||||
DROP public_key_type,
|
||||
DROP auth_secret;
|
||||
ALTER TABLE davpush_subscriptions DROP public_key;
|
||||
ALTER TABLE davpush_subscriptions DROP public_key_type;
|
||||
ALTER TABLE davpush_subscriptions DROP auth_secret;
|
||||
|
||||
Reference in New Issue
Block a user