Menu

📰
0

Reddit - Please wait for verification

PostgreSQL·/u/Significant_Shop_475·3 days ago
#6dLGPjcf
Reading 0:00
15s threshold

Built a tool called MigrationSafe that checks Postgres migration files for risky operations before production. It catches things like: NOT NULL columns without DEFAULT DROP COLUMN indexes without CONCURRENTLY foreign keys without NOT VALID and other risky migration patterns Around 20 checks right now. No install or setup needed, just run it against your SQL migrations. https://www.npmjs.com/package/migrationsafe Would appreciate any feedback, suggestions..... submitted by /u/Significant_Shop_475 [link] [comments]

Read More