diff --git a/locales/de-DE/proctoring.rdf.po b/locales/de-DE/proctoring.rdf.po index 1dcfb2f9..0a2c632b 100644 --- a/locales/de-DE/proctoring.rdf.po +++ b/locales/de-DE/proctoring.rdf.po @@ -119,9 +119,3 @@ msgstr "" msgctxt "http://www.w3.org/2000/01/rdf-schema#label" msgid "Enable" msgstr "" - -# http://www.tao.lu/Ontologies/TAOProctor.rdf#ProctorAdministratorRole -msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" -msgid "The Proctoring Administrator role" -msgstr "" - diff --git a/locales/es-ES/proctoring.rdf.po b/locales/es-ES/proctoring.rdf.po index 336a9c99..c2ab835e 100644 --- a/locales/es-ES/proctoring.rdf.po +++ b/locales/es-ES/proctoring.rdf.po @@ -119,9 +119,3 @@ msgstr "" msgctxt "http://www.w3.org/2000/01/rdf-schema#label" msgid "Enable" msgstr "" - -# http://www.tao.lu/Ontologies/TAOProctor.rdf#ProctorAdministratorRole -msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" -msgid "The Proctoring Administrator role" -msgstr "" - diff --git a/migrations/Version202309291445224101_taoProctoring.php b/migrations/Version202309291445224101_taoProctoring.php new file mode 100644 index 00000000..af34b44a --- /dev/null +++ b/migrations/Version202309291445224101_taoProctoring.php @@ -0,0 +1,36 @@ +addReport( + $this->propagate(new SyncModels())([]) + ); + } + + public function down(Schema $schema): void + { + $this->throwIrreversibleMigrationException( + 'The models should be updated via `SyncModels` script after reverting their RDF definitions.' + ); + } +}