Skip to content

Commit

Permalink
Merge pull request #111 from Team-ohne-Hose/Add_backend_for_admin_con…
Browse files Browse the repository at this point in the history
…trol_panel_and_asset_management

Finalize migration and defaults
  • Loading branch information
manuelstolze authored Nov 24, 2023
2 parents b8fcde1 + 5aeb97e commit 6205436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class addDefaultTexturesAndModels1699111060378 implements MigrationInterf
"(SELECT id FROM texture_file WHERE name='default_cm_negy')," +
"(SELECT id FROM texture_file WHERE name='default_cm_negz'))");
// Default models
await queryRunner.query("INSERT INTO gltf_file (name, asset_file, contribution) VALUES ('default_bcap_model', 'default_bcap_model_blank.glb', '')");
await queryRunner.query("INSERT INTO gltf_file (name, asset_file, contribution) VALUES ('default_bcap_model', 'default_bcap_model.glb', '')");
await queryRunner.query("INSERT INTO gltf_file (name, asset_file, contribution) VALUES ('default_dice_model', 'default_dice_model.glb', '')");
}

Expand Down
Binary file removed storage/dynamicAssets/default_bcap_model_blank.glb
Binary file not shown.

0 comments on commit 6205436

Please sign in to comment.