mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: Switch to postgres
Migrate from MariaDB to PostgreSQL. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
eca8bbf515
commit
122df968dc
64 changed files with 1467 additions and 1441 deletions
|
@ -350,7 +350,7 @@ def test_pm_index_table_paging(client, pm_user):
|
|||
VoteInfo,
|
||||
Agenda=f"Agenda #{i}",
|
||||
User=pm_user.Username,
|
||||
Submitted=(ts - 5),
|
||||
Submitted=(ts - 5 - i),
|
||||
End=(ts + 1000),
|
||||
Quorum=0.0,
|
||||
Submitter=pm_user,
|
||||
|
@ -362,7 +362,7 @@ def test_pm_index_table_paging(client, pm_user):
|
|||
VoteInfo,
|
||||
Agenda=f"Agenda #{25 + i}",
|
||||
User=pm_user.Username,
|
||||
Submitted=(ts - 1000),
|
||||
Submitted=(ts - 1000 - i),
|
||||
End=(ts - 5),
|
||||
Quorum=0.0,
|
||||
Submitter=pm_user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue