Description
How this:
migrationBuilder.Sql(@"
SELECT drop_hypertable("HyperTableName");
");
Use case / motivation
This feature will add a rollback for migrations
Proposed solution
No response
Alternatives considered
No response
Additional context
No response
Description
How this:
Use case / motivation
This feature will add a rollback for migrations
Proposed solution
No response
Alternatives considered
No response
Additional context
No response