nxtgauge-backend-rust/crates/db/migrations/20260815000001_create_ai_guard_violations.down.sql
Ashwin Kumar Sivakumar 605f3bdaaa
Some checks failed
build-and-release / build (graphic-designers) (push) Successful in 1m52s
build-and-release / build (cron) (push) Successful in 2m34s
build-and-release / build (makeup-artists) (push) Successful in 1m32s
build-and-release / build (video-editors) (push) Waiting to run
backend-integration-tests / ai-credits (push) Waiting to run
build-and-release / build (jobs) (push) Successful in 1m54s
build-and-release / build (customers) (push) Successful in 1m42s
build-and-release / build (companies) (push) Successful in 2m39s
build-and-release / build (gateway) (push) Successful in 1m7s
build-and-release / build (job-seekers) (push) Successful in 3m0s
build-and-release / build (tutors) (push) Has been cancelled
build-and-release / build (photographers) (push) Has been cancelled
build-and-release / build (developers) (push) Successful in 1m44s
build-and-release / build (payments) (push) Has been cancelled
build-and-release / build (fitness-trainers) (push) Successful in 1m51s
build-and-release / build (ugc-content-creators) (push) Has been cancelled
build-and-release / build (social-media-managers) (push) Has been cancelled
build-and-release / build (employees) (push) Successful in 2m6s
build-and-release / build (catering-services) (push) Successful in 2m17s
build-and-release / build (users) (push) Has been cancelled
Move ai_guard_violations migration to migrations/ dir picked up by db-migrate
migrations_new/ is not read by db-migrate (it only honors MIGRATIONS_DIR,
which defaults to /migrations, i.e. crates/db/migrations). The file was
misplaced and would never have run.
2026-08-15 20:15:05 +05:30

1 line
42 B
SQL

DROP TABLE IF EXISTS ai_guard_violations;