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