]> source.dussan.org Git - nextcloud-server.git/commit
feat: add commands for exporting current and expected database schema 46194/head
authorRobin Appelman <robin@icewind.nl>
Fri, 28 Jun 2024 15:08:46 +0000 (17:08 +0200)
committerRobin Appelman <robin@icewind.nl>
Tue, 2 Jul 2024 11:45:12 +0000 (13:45 +0200)
commit4f01486da0e6d2d67e0ec7fd8b9dd8bf9df6af67
treef911bddf1884d234ed08d5b5977dd9450200148b
parent8ec53608b0b1f6fad1569933bc05b723bd2bd2fc
feat: add commands for exporting current and expected database schema

Signed-off-by: Robin Appelman <robin@icewind.nl>
core/Command/Db/ExpectedSchema.php [new file with mode: 0644]
core/Command/Db/ExportSchema.php [new file with mode: 0644]
core/Command/Db/SchemaEncoder.php [new file with mode: 0644]
core/register_command.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/DB/MigrationService.php
lib/private/DB/SchemaWrapper.php