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

3 lines
161 B
SQL

-- Rename column: encryption was removed; plain "admin_token" is clearer.
ALTER TABLE history_import_sources RENAME COLUMN encrypted_admin_token TO admin_token;