Cleanup from previous PR

https://github.com/element-hq/synapse/pull/19268/changes#r2614217300 wasn't applied and the migration had copy/paste artifacts.

PR: https://github.com/element-hq/synapse/pull/19268
This commit is contained in:
Travis Ralston
2025-12-15 21:24:07 -07:00
parent 0f2b29511f
commit 32ce7a3026
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
Add an admin API for retrieving a paginated list of quarantined media.
Add a ["Listing all quarantined media" Admin API](https://element-hq.github.io/synapse/latest/admin_api/media_admin_api.html#listing-all-quarantined-media) for retrieving a paginated list of quarantined media.
@@ -11,12 +11,6 @@
-- See the GNU Affero General Public License for more details:
-- <https://www.gnu.org/licenses/agpl-3.0.html>.
-- Add a timestamp for when the sliding sync connection position was last used,
-- only updated with a small granularity.
--
-- This should be NOT NULL, but we need to consider existing rows. In future we
-- may want to either backfill this or delete all rows with a NULL value (and
-- then make it NOT NULL).
ALTER TABLE local_media_repository ADD COLUMN quarantined_ts BIGINT;
ALTER TABLE remote_media_cache ADD COLUMN quarantined_ts BIGINT;