Remove obsolete project artifacts
Some checks failed
Verify and publish container / build-and-push (push) Failing after 33s
Some checks failed
Verify and publish container / build-and-push (push) Failing after 33s
This commit is contained in:
parent
5db7fc8afd
commit
e8dffc9692
58 changed files with 174 additions and 7563 deletions
10
prisma/migrations/20260808100000_remove_arcade/migration.sql
Normal file
10
prisma/migrations/20260808100000_remove_arcade/migration.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- Remove Arcade-generated activity and saved instruction settings.
|
||||
DELETE FROM "StudyActivity"
|
||||
WHERE "type" IN ('ARCADE_GROUP', 'ARCADE_WORD');
|
||||
|
||||
DELETE FROM "Setting"
|
||||
WHERE "key" IN ('llmInstructionsConnections', 'llmInstructionsCrossword');
|
||||
|
||||
-- Drop the dependent table before its parent while SQLite foreign keys are enabled.
|
||||
DROP TABLE IF EXISTS "ArcadeAttempt";
|
||||
DROP TABLE IF EXISTS "ArcadePack";
|
||||
Loading…
Add table
Add a link
Reference in a new issue