Revert "Create libraries based on external unmanaged directories (#147)"

This reverts commit 1934558595.
This commit is contained in:
Michael Green
2023-10-11 16:09:34 +11:00
parent 6d110731c4
commit 0e125d42ec
19 changed files with 156 additions and 707 deletions

View File

@@ -1,11 +0,0 @@
CREATE TABLE `GameLibraries` (
`Id` int NOT NULL AUTO_INCREMENT,
`Name` VARCHAR(255) NOT NULL,
`Path` longtext NOT NULL,
`DefaultLibrary` int NOT NULL DEFAULT '0',
`DefaultPlatform` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`Id`)
);
ALTER TABLE `Games_Roms`
ADD COLUMN `LibraryId` INT NULL DEFAULT 0 AFTER `MetadataVersion`;