Skip to content

Commit

Permalink
[TECH] Supprimer l'historique des données de script de passage en foc…
Browse files Browse the repository at this point in the history
…us des acquis (PIX-16149)

 #861
  • Loading branch information
pix-service-auto-merge authored Jan 17, 2025
2 parents 568f664 + abfff73 commit 53dc8fb
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 775 deletions.
15 changes: 15 additions & 0 deletions api/db/migrations/20250117132855_drop-historic-focus-table.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const TABLE_NAME = 'historic_focus';

/**
* @param { import("knex").Knex } knex
* @returns { Promise<void> }
*/
export async function up(knex) {
await knex.schema.dropTable(TABLE_NAME);
}

/**
* @param { import("knex").Knex } knex
* @returns { Promise<void> }
*/
export async function down() {}
15 changes: 15 additions & 0 deletions api/db/migrations/20250117133225_drop-focus-phrase-table.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const TABLE_NAME = 'focus_phrase';

/**
* @param { import("knex").Knex } knex
* @returns { Promise<void> }
*/
export async function up(knex) {
await knex.schema.dropTable(TABLE_NAME);
}

/**
* @param { import("knex").Knex } knex
* @returns { Promise<void> }
*/
export async function down() {}
78 changes: 0 additions & 78 deletions api/scripts/fix-obsolete-cloned-challenges/index.js

This file was deleted.

216 changes: 0 additions & 216 deletions api/scripts/upload-multi-locales-to-phrase/index.js

This file was deleted.

Loading

0 comments on commit 53dc8fb

Please # to comment.