L2JMobius

Free Users => Work in Progress => Topic started by: Mobius on August 27, 2020, 01:18:21 PM

Title: Rename characters SQL table obj_Id field to charId
Post by: Mobius on August 27, 2020, 01:18:21 PM
Rename characters SQL table obj_Id field to charId.
The main reason to do this, is achive compatibility with other branches that are based on l2jserver.
https://pastebin.com/uqig6fjH

Note: The subscriber version already uses this.
Title: Re: Rename characters SQL table obj_Id field to charId
Post by: Mobius on September 16, 2020, 02:07:23 PM
Reminder: characters primary key must change as well.

PRIMARY KEY  (charId),