Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

add cursor constraint to safelink (#8966)

authored by

hailey and committed by
GitHub
6c8e9fd8 fd7b1292

+33
+2
bskylink/src/db/migrations/index.ts
··· 1 1 import * as init from './001-init.js' 2 2 import * as safelink from './002-safelink.js' 3 + import * as safelinkCursorConstraint from './003-safelink-cursor-constraint.js' 3 4 4 5 export default { 5 6 '001': init, 6 7 '002': safelink, 8 + '003': safelinkCursorConstraint, 7 9 }