Обновить sql/V002_20251208212119__V2__add_created_at.sql
Database Migration and Test / migrate-and-test (push) Successful in 30s

This commit is contained in:
2025-12-08 22:41:28 +03:00
parent bb035f0005
commit 0db9a51e0a
@@ -1,2 +1,2 @@
ALTER TABLE test_monitor
ALTER TABLE users
ADD COLUMN created_at TIMESTAMPTZ DEFAULT NOW();