Testing how to develop an app

This commit is contained in:
root
2022-03-14 20:05:46 +00:00
parent 1984e55837
commit a30a4f13ec
11 changed files with 99 additions and 38 deletions

View File

@ -1,13 +1,13 @@
<?php
namespace OCA\NotesTutorial\Migration;
namespace OCA\MyWiki\Migration;
use Closure;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\SimpleMigrationStep;
use OCP\Migration\IOutput;
class Version1400Date20181013124731 extends SimpleMigrationStep {
class Version000000Date20220302210900 extends SimpleMigrationStep {
/**
* @param IOutput $output