mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Replacement github actions (#12857)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
--- Adds the ss13_admins SQL table again.
|
||||
---
|
||||
--
|
||||
-- Adds the ss13_admins SQL table again.
|
||||
--
|
||||
|
||||
CREATE TABLE `ss13_admins` (
|
||||
`ckey` VARCHAR(50) NOT NULL,
|
||||
@@ -15,4 +15,4 @@ ALTER TABLE `ss13_player`
|
||||
DROP COLUMN `rank`,
|
||||
DROP COLUMN `flags`;
|
||||
|
||||
DROP TABLE `ss13_admin_log`;
|
||||
DROP TABLE `ss13_admin_log`;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
--- Adds the cargo logging tables
|
||||
---
|
||||
--
|
||||
-- Adds the cargo logging tables
|
||||
--
|
||||
|
||||
CREATE TABLE `ss13_cargo_orderlog` (
|
||||
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
--- Puts autohiss in character setup
|
||||
---
|
||||
--
|
||||
-- Puts autohiss in character setup
|
||||
--
|
||||
|
||||
ALTER TABLE `ss13_characters`
|
||||
ADD COLUMN `autohiss` TINYINT NOT NULL DEFAULT 0 AFTER `accent`;
|
||||
|
||||
Reference in New Issue
Block a user