Rename ArtistAlternateSpellings to ArtistAlternateNames

This commit is contained in:
Alex Cabal 2024-01-17 16:21:40 -06:00
parent f7ff76bf7d
commit f0bdd5596f
5 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
CREATE TABLE `ArtistAlternateSpellings` (
CREATE TABLE `ArtistAlternateNames` (
`ArtistId` int(10) unsigned NOT NULL,
`Name` varchar(255) NOT NULL,
`UrlName` varchar(255) NOT NULL,