Skip to content

Commit

Permalink
Merge branch 'upstream-master' into merge-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Nov 8, 2024
2 parents cb01ecc + 200e0a3 commit bcffc08
Show file tree
Hide file tree
Showing 153 changed files with 303,899 additions and 3,970 deletions.
4 changes: 1 addition & 3 deletions SQL/database_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ or
```sql
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
Added `fish_progress` as the first 'progress' subtype of 'datum/award/scores'
Expand All @@ -25,8 +25,6 @@ CREATE TABLE `fish_progress` (
PRIMARY KEY (`ckey`,`progress_entry`)
) 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
Add the ip intel whitelist table
Expand Down
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "map_files\Mining\Lavaland.dmm"
#include "map_files\NorthStar\north_star.dmm"
#include "map_files\tramstation\tramstation.dmm"
#include "map_files\NebulaStation\NebulaStation.dmm"
#include "map_files\wawastation\wawastation.dmm"

#ifdef CIBUILDING
Expand Down
Loading

0 comments on commit bcffc08

Please sign in to comment.