mirror of
https://github.com/ente-io/ente.git
synced 2025-05-23 19:56:27 +00:00
5 lines
292 B
SQL
5 lines
292 B
SQL
-- Add types for the new dcs that are introduced for the derived data
|
|
ALTER TYPE s3region ADD VALUE 'wasabi-eu-central-2-derived';
|
|
DROP TRIGGER IF EXISTS update_embeddings_updated_at ON embeddings;
|
|
ALTER TABLE embeddings ADD COLUMN IF NOT EXISTS datacenters s3region[] default '{b2-eu-cen}';
|