Rebeka Dekany a648015db8 Centralize prettier configuration to root level (#30501) hai 6 meses
..
01-create-blob-hashes-table.sql ee85d948e2 Avoid duplicating a math-closing dollar sign (#11227) %!s(int64=3) %!d(string=hai) anos
02-set-global-flag.sql ee85d948e2 Avoid duplicating a math-closing dollar sign (#11227) %!s(int64=3) %!d(string=hai) anos
03-create-global-blobs-table.sql ee85d948e2 Avoid duplicating a math-closing dollar sign (#11227) %!s(int64=3) %!d(string=hai) anos
04-swap-global-blob-tables.sql ee85d948e2 Avoid duplicating a math-closing dollar sign (#11227) %!s(int64=3) %!d(string=hai) anos
README.md a648015db8 Centralize prettier configuration to root level (#30501) hai 6 meses
rollback.sql ee85d948e2 Avoid duplicating a math-closing dollar sign (#11227) %!s(int64=3) %!d(string=hai) anos

README.md

Scripts in this directory were used when we cleaned up the global blobs table, ensuring that it only contained global blobs. The scripts are meant to be run in this order:

  • 01-create-blob-hashes-table.sql
  • 02-set-global-flag.sql
  • 03-create-global-blobs-table.sql
  • 04-swap-global-blob-tables.sql

The rollback.sql can be run to reverse the effect of 03-swap-global-blob-tables.sql.