fix: Many typos

This commit is contained in:
2026-07-30 09:45:03 +03:00
parent 0923f32a82
commit a18885511a
6 changed files with 49 additions and 24 deletions
+4 -2
View File
@@ -2,8 +2,10 @@ BEGIN;
-- Version dependency checks
DO $$
ASSERT current_module_version('PROFILES') = 1, 'Dependency version mismatch: PROFILES';
ASSERT current_module_version('EVENT_TRACKER') = 2, 'Dependency version mismatch: EVENT_TRACKER';
BEGIN
ASSERT current_module_version('PROFILES') = 1, 'Dependency version mismatch: PROFILES';
ASSERT current_module_version('EVENT_TRACKER') = 2, 'Dependency version mismatch: EVENT_TRACKER';
END;
$$ LANGUAGE plpgsql;
-- Plugin version history