4 lines
210 B
SQL
4 lines
210 B
SQL
ALTER TABLE public.doc_statistics DROP COLUMN time_point;
|
|
-- Insert migration record
|
|
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
|
VALUES ('202511211815 alter_table doc_statistics', '1.0.0'); |