Files
silo-server/migrations/050_rename_encrypted_admin_token.up.sql
T

3 lines
161 B
SQL
Raw Normal View History

2026-05-22 20:26:11 -04:00
-- Rename column: encryption was removed; plain "admin_token" is clearer.
ALTER TABLE history_import_sources RENAME COLUMN encrypted_admin_token TO admin_token;