Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MO-P
Odevzdávací Systém MO
Commits
b306af8f
Project 'mj/mo-submit' was moved to 'mo-p/osmo'. Please update any links and bookmarks that may still have the old path.
Commit
b306af8f
authored
Oct 9, 2024
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
p-spam-abc: Správný formát výstupu pro ksp post-mail-gen
parent
3b186f6e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/p-spam-abc
+3
-3
3 additions, 3 deletions
bin/p-spam-abc
with
3 additions
and
3 deletions
bin/p-spam-abc
+
3
−
3
View file @
b306af8f
...
...
@@ -4,7 +4,7 @@
YEAR
=
73
psql mo_osmo
-q
--csv
-c
"
select email from users
select email
, first_name, last_name
from users
where user_id in (
select user_id from participants
where year=
$YEAR
...
...
@@ -17,10 +17,10 @@ psql mo_osmo -q --csv -c "
select round_id from rounds
where year=
$YEAR
and category in ('A', 'B', 'C')
and
seq=1
and
round_type='krajske'
)
)
) and email not like '%@nomail'
and email not like '%@test'
order by email;
"
"
|
tr
','
'\t'
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
sign in
to comment