mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-02 02:15:58 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
create table battlefield_participants
|
||||
(
|
||||
region_object_id number, -- BIND_AS(DB::BindableNetworkId)
|
||||
character_object_id number, -- BIND_AS(DB::BindableNetworkId)
|
||||
faction_id number,
|
||||
constraint pk_battlefield_participants primary key (region_object_id, character_object_id) using index tablespace indexes
|
||||
);
|
||||
|
||||
update version_number set version_number=44, min_version_number=44;
|
||||
Reference in New Issue
Block a user