mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
SQL files moved to 'dist' folder
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
5
dist/sql/character_friend.sql
vendored
Normal file
5
dist/sql/character_friend.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE `character_friend` (
|
||||
`character_id` int(10) NOT NULL,
|
||||
`character_id_friend` int(10) NOT NULL,
|
||||
PRIMARY KEY (`character_id`,`character_id_friend`)
|
||||
) ENGINE=MyISAM;
|
||||
Reference in New Issue
Block a user