Add SQL code for ConsoleUpdateHistory subclasses (#2337)

https://github.com/google/nomulus/pull/2330/ has an example of what this
will look like in Java
This commit is contained in:
gbrodman
2024-02-29 17:05:45 +00:00
committed by GitHub
parent af2a7540d9
commit 78c7d44546
10 changed files with 6803 additions and 4275 deletions
+2 -1
View File
@@ -90,7 +90,8 @@ PRESUBMITS = {
".git", "/build/", "/bin/generated-sources/", "/bin/generated-test-sources/",
"node_modules/", "LoggerConfig.java", "registrar_bin.",
"registrar_dbg.", "google-java-format-diff.py",
"nomulus.golden.sql", "soyutils_usegoog.js", "javascript/checks.js"
"nomulus.golden.sql", "soyutils_usegoog.js", "javascript/checks.js",
"/src/main/generated", "/src/test/generated"
}, REQUIRED):
"File did not include the license header.",