Обновить sql/V002_20251208212119__V2__add_created_at.sql
Flyway Migrate and Test / migrate-and-test (push) Failing after 40s

This commit is contained in:
2025-12-08 23:05:32 +03:00
parent 31f7c846ac
commit d7f02372c3
@@ -1,2 +1,2 @@
ALTER TABLE test_monitor
ALTER TABLE users
ADD COLUMN created_at TIMESTAMPTZ DEFAULT NOW();