Update Noggit.sql, MapView.cpp, and 24 more files... | further work on project system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CREATE TABLE `UIDs` (
|
||||
`MapId` int(11) NOT NULL,
|
||||
`_map_id` int(11) NOT NULL,
|
||||
`UID` int(11) NOT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
ALTER TABLE `UIDs`
|
||||
ADD PRIMARY KEY (`MapId`);
|
||||
ADD PRIMARY KEY (`_map_id`);
|
||||
|
||||
Reference in New Issue
Block a user