Small update

This commit is contained in:
Pinga 2023-12-01 10:53:58 +02:00
parent 32466ef60c
commit db75518533
3 changed files with 3 additions and 3 deletions

View file

@ -180,7 +180,6 @@ CREATE TABLE registry.statement (
CREATE TABLE registry.invoices (
"id" SERIAL PRIMARY KEY,
"invoice_number" VARCHAR(20),
"registrar_id" INT,
"billing_contact_id" INT,
"issue_date" TIMESTAMP(3),