mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 17:41:05 +00:00
@@ -12,7 +12,7 @@ or
|
|||||||
```sql
|
```sql
|
||||||
INSERT INTO `SS13_schema_revision` (`major`, `minor`) VALUES (5, 28);
|
INSERT INTO `SS13_schema_revision` (`major`, `minor`) VALUES (5, 28);
|
||||||
```
|
```
|
||||||
|
In any query remember to add a prefix to the table names if you use one.
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
Version 5.28, 1 November 2024, by Ghommie
|
Version 5.28, 1 November 2024, by Ghommie
|
||||||
Added `fish_progress` as the first 'progress' subtype of 'datum/award/scores'
|
Added `fish_progress` as the first 'progress' subtype of 'datum/award/scores'
|
||||||
@@ -25,8 +25,6 @@ CREATE TABLE `fish_progress` (
|
|||||||
PRIMARY KEY (`ckey`,`progress_entry`)
|
PRIMARY KEY (`ckey`,`progress_entry`)
|
||||||
) ENGINE=InnoDB;
|
) ENGINE=InnoDB;
|
||||||
```
|
```
|
||||||
|
|
||||||
In any query remember to add a prefix to the table names if you use one.
|
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
Version 5.27, 26 April 2024, by zephyrtfa
|
Version 5.27, 26 April 2024, by zephyrtfa
|
||||||
Add the ip intel whitelist table
|
Add the ip intel whitelist table
|
||||||
|
|||||||
Reference in New Issue
Block a user