mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 19:23:31 +02:00
Use a SQL date object for LocalDates (#842)
* Use a SQL date object for LocalDates * Clean up comment
This commit is contained in:
parent
4d5d9700b8
commit
0b73e9032c
12 changed files with 3325 additions and 3278 deletions
|
@ -597,7 +597,7 @@
|
|||
|
||||
create table "Spec11ThreatMatch" (
|
||||
id bigserial not null,
|
||||
check_date text not null,
|
||||
check_date date not null,
|
||||
domain_name text not null,
|
||||
domain_repo_id text not null,
|
||||
registrar_id text not null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue