summaryrefslogtreecommitdiff
path: root/pgapt-db/sql/pgdg_apt_data.sql
blob: 7c200c348a67051c38434be602abe0724ea19de9 (plain)
1
2
3
4
5
6
7
8
9
10
BEGIN;

INSERT INTO architecture VALUES
    ('all'),
    ('amd64'),
    ('arm64'),
    ('ppc64el'),
    ('s390x');

COMMIT;