mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
sqlc: remove accidental "NOT" in actions migration
This commit is contained in:
parent
29b3a9b8db
commit
8912fc6455
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
DROP INDEX IF NOT EXISTS actions_state_idx;
|
||||
DROP INDEX IF NOT EXISTS actions_session_id_idx;
|
||||
DROP INDEX IF NOT EXISTS actions_feature_name_idx;
|
||||
DROP INDEX IF EXISTS actions_state_idx;
|
||||
DROP INDEX IF EXISTS actions_session_id_idx;
|
||||
DROP INDEX IF EXISTS actions_feature_name_idx;
|
||||
DROP INDEX IF EXISTS actions_created_at_id_idx;
|
||||
DROP TABLE IF EXISTS actions;
|
||||
Loading…
Add table
Add a link
Reference in a new issue