mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 14:10:37 +00:00
We currently do not record safekeepers in the storage controller database. We want to migrate timelines across safekeepers eventually, so start recording the safekeepers on deploy. Cc: #8698
3 lines
70 B
SQL
3 lines
70 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE safekeepers;
|