Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Remilia Scarlet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reviath
Remilia Scarlet
Commits
41c1fffd
Commit
41c1fffd
authored
May 17, 2021
by
Reviath
Browse files
Options
Downloads
Patches
Plain Diff
Update readme.md, deleted old MySQL tables from remilia.sql
parent
0d504837
Branches
Branches containing commit
Tags
v1.7.4
Tags containing commit
No related merge requests found
Pipeline
#679
passed
May 17, 2021
Stage: build
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
remilia.sql
+3
-38
3 additions, 38 deletions
remilia.sql
with
4 additions
and
38 deletions
README.md
+
1
−
0
View file @
41c1fffd
...
...
@@ -8,6 +8,7 @@
</p>
[

](https://goreportcard.com/report/git.randomchars.net/Reviath/RemiliaScarlet)
[

](https://git.randomchars.net/Reviath/RemiliaScarlet)
## About The Project
This is my first Golang Discord bot project, but I've written in javascript (Nodejs) and python before, and you can see them from my projects on GitLab.
...
...
This diff is collapsed.
Click to expand it.
remilia.sql
+
3
−
38
View file @
41c1fffd
...
...
@@ -3,9 +3,9 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time:
Apr 08
, 2021 at 09:1
9
AM
-- Server version: 10.4.1
8
-MariaDB
-- PHP Version: 8.0.
3
-- Generation Time:
May 17
, 2021 at 09:1
5
AM
-- Server version: 10.4.1
9
-MariaDB
-- PHP Version: 8.0.
6
SET
SQL_MODE
=
"NO_AUTO_VALUE_ON_ZERO"
;
START
TRANSACTION
;
...
...
@@ -23,17 +23,6 @@ SET time_zone = "+00:00";
-- --------------------------------------------------------
--
-- Table structure for table `afk`
--
CREATE
TABLE
`afk`
(
`isafk`
varchar
(
255
)
NOT
NULL
,
`userid`
varchar
(
255
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
-- --------------------------------------------------------
--
-- Table structure for table `autorole`
--
...
...
@@ -90,18 +79,6 @@ CREATE TABLE `leavemessage` (
-- --------------------------------------------------------
--
-- Table structure for table `levels`
--
CREATE
TABLE
`levels`
(
`userid`
varchar
(
255
)
NOT
NULL
,
`guildid`
varchar
(
255
)
NOT
NULL
,
`level`
varchar
(
255
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
-- --------------------------------------------------------
--
-- Table structure for table `log`
--
...
...
@@ -132,18 +109,6 @@ CREATE TABLE `welcomemessage` (
`message`
varchar
(
255
)
NOT
NULL
,
`guildid`
varchar
(
255
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
-- --------------------------------------------------------
--
-- Table structure for table `xps`
--
CREATE
TABLE
`xps`
(
`userid`
varchar
(
255
)
NOT
NULL
,
`guildid`
varchar
(
255
)
NOT
NULL
,
`xp`
varchar
(
255
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
COMMIT
;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment