mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Rename ArtistAlternateSpellings to ArtistAlternateNames
This commit is contained in:
parent
f7ff76bf7d
commit
f0bdd5596f
5 changed files with 18 additions and 18 deletions
|
@ -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,
|
Loading…
Add table
Add a link
Reference in a new issue