1
0
mirror of https://github.com/google/nomulus synced 2026-05-31 03:56:33 +00:00

Disable auto-generation on id for HostHistory and ContactHistory (#827)

This commit is contained in:
Shicong Huang
2020-10-08 12:30:54 -04:00
committed by GitHub
parent 2e230664fd
commit 17a1387184
10 changed files with 18 additions and 42 deletions

View File

@@ -11,7 +11,6 @@
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
create sequence temp_history_id_sequence start 1 increment 50;
create table "AllocationToken" (
token text not null,