Compare commits
2 commits
43c081cc31
...
f5a3874542
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5a3874542 | ||
|
|
c491f13c72 |
2 changed files with 3 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Rust
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ CREATE TABLE users (
|
||||||
INSERT INTO users (user_id, is_enium, is_pwn, is_dev) VALUES
|
INSERT INTO users (user_id, is_enium, is_pwn, is_dev) VALUES
|
||||||
('1088910286620213398', TRUE, TRUE, FALSE), -- spoutnik
|
('1088910286620213398', TRUE, TRUE, FALSE), -- spoutnik
|
||||||
('1272320376155930668', TRUE, FALSE, FALSE), -- debsouls
|
('1272320376155930668', TRUE, FALSE, FALSE), -- debsouls
|
||||||
|
('994525345434849301', TRUE, FALSE, FALSE), -- midoking
|
||||||
('1286716225115783270', FALSE, TRUE, FALSE), -- hel
|
('1286716225115783270', FALSE, TRUE, FALSE), -- hel
|
||||||
('322732592136978432', TRUE, FALSE, FALSE), -- dprive
|
('322732592136978432', TRUE, FALSE, FALSE), -- dprive
|
||||||
('685279797349580820', FALSE, TRUE, FALSE), -- sorrow
|
('685279797349580820', FALSE, TRUE, FALSE), -- sorrow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue