@atproto/ozone
Version:
Backend service for moderating the Bluesky network.
67 lines • 5.3 kB
JavaScript
;
// NOTE this file can be edited by hand, but it is also appended to by the migration:create command.
// It's important that every migration is exported from here with the proper name. We'd simplify
// this with kysely's FileMigrationProvider, but it doesn't play nicely with the build process.
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
exports._20250715T000000000Z = exports._20250701T000000000Z = exports._20250618T180246000Z = exports._20250609T110704000Z = exports._20250417T201720309Z = exports._20250415T201720309Z = exports._20250404T201720309Z = exports._20250221T132135150Z = exports._20250211T132135150Z = exports._20250211T003647759Z = exports._20250204T003647759Z = exports._20241220T144630860Z = exports._20241026T205730722Z = exports._20241018T205730722Z = exports._20241008T205730722Z = exports._20241001T205730722Z = exports._20240904T205730722Z = exports._20240903T205730722Z = exports._20240814T003647759Z = exports._20240430T211332580Z = exports._20240506T225055595Z = exports._20240408T192432676Z = exports._20240228T003647759Z = exports._20240208T213404429Z = exports._20240201T051104136Z = exports._20240116T085607200Z = exports._20231219T205730722Z = void 0;
exports._20231219T205730722Z = __importStar(require("./20231219T205730722Z-init"));
exports._20240116T085607200Z = __importStar(require("./20240116T085607200Z-communication-template"));
exports._20240201T051104136Z = __importStar(require("./20240201T051104136Z-mod-event-blobs"));
exports._20240208T213404429Z = __importStar(require("./20240208T213404429Z-add-tags-column-to-moderation-subject"));
exports._20240228T003647759Z = __importStar(require("./20240228T003647759Z-add-label-sigs"));
exports._20240408T192432676Z = __importStar(require("./20240408T192432676Z-mute-reporting"));
exports._20240506T225055595Z = __importStar(require("./20240506T225055595Z-message-subject"));
exports._20240430T211332580Z = __importStar(require("./20240521T211332580Z-member"));
exports._20240814T003647759Z = __importStar(require("./20240814T003647759Z-event-created-at-index"));
exports._20240903T205730722Z = __importStar(require("./20240903T205730722Z-add-template-lang"));
exports._20240904T205730722Z = __importStar(require("./20240904T205730722Z-add-subject-did-index"));
exports._20241001T205730722Z = __importStar(require("./20241001T205730722Z-subject-status-review-state-index"));
exports._20241008T205730722Z = __importStar(require("./20241008T205730722Z-sets"));
exports._20241018T205730722Z = __importStar(require("./20241018T205730722Z-setting"));
exports._20241026T205730722Z = __importStar(require("./20241026T205730722Z-add-hosting-status-to-subject-status"));
exports._20241220T144630860Z = __importStar(require("./20241220T144630860Z-stats-materialized-views"));
exports._20250204T003647759Z = __importStar(require("./20250204T003647759Z-add-subject-priority-score"));
exports._20250211T003647759Z = __importStar(require("./20250211T003647759Z-add-reporter-stats-index"));
exports._20250211T132135150Z = __importStar(require("./20250211T132135150Z-moderation-event-message-partial-idx"));
exports._20250221T132135150Z = __importStar(require("./20250221T132135150Z-member-details"));
exports._20250404T201720309Z = __importStar(require("./20250404T201720309Z-subject-status-sort-idxs"));
exports._20250415T201720309Z = __importStar(require("./20250415T201720309Z-verification"));
exports._20250417T201720309Z = __importStar(require("./20250417T201720309Z-firehose-cursor"));
exports._20250609T110704000Z = __importStar(require("./20250609T110704000Z-safelink"));
exports._20250618T180246000Z = __importStar(require("./20250618T180246000Z-add-mod-tool-to-moderation-event"));
exports._20250701T000000000Z = __importStar(require("./20250701T000000000Z-add-age-assurance-state"));
exports._20250715T000000000Z = __importStar(require("./20250715T000000000Z-add-mod-event-external-id"));
//# sourceMappingURL=index.js.map