fix typo in migration name

This commit is contained in:
boring_nick 2023-06-22 19:51:51 +03:00
parent 1e4539e0dc
commit 7e71464ddb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ADD PROJECTION channel_log_dates
run_migration(
db,
"3_materialize_channel_log_dates_prokection",
"3_materialize_channel_log_dates_projection",
"
ALTER TABLE message
MATERIALIZE PROJECTION channel_log_dates",