Skip to content

Drop CoW AMM table - #4681

Draft
fleupold wants to merge 1 commit into
mainfrom
drop_cow_amm_table
Draft

Drop CoW AMM table#4681
fleupold wants to merge 1 commit into
mainfrom
drop_cow_amm_table

Conversation

@fleupold

Copy link
Copy Markdown
Contributor

Important

Followup to #4626, which MUST NOT go into the same release

Description

Due to timing concerns on startup cf #4624 (comment), deletion of the cow_amm table is deferred to another release.

Changes

  • Drop CoW AMM table
  • Update README

@github-actions

Copy link
Copy Markdown

Reminder: Please update the DB Readme and comment whether migrations are reversible (include rollback scripts if applicable).

  • If creating new tables, update the tables list.
  • When adding a new index, consider using CREATE INDEX CONCURRENTLY for tables involved in the critical execution path.
  • For breaking changes, remember that during rollout k8s starts the new autopilot, runs the Flyway migration, and only then shuts down the old pod. That overlap means the previous version can still be processing requests on the migrated schema, so make it compatible first and ship the breaking DB change in the following release.

Caused by:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant