Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update TP.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
November-12 authored Oct 12, 2023
1 parent 023db91 commit d83a2c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1926,4 +1926,3 @@ ALTER TABLE public.tp_role DROP CONSTRAINT tp_role_un;
-- 产品编号/租户ID 唯一索引
ALTER TABLE public.tp_product ADD CONSTRAINT tp_product_unique_serial_tenant UNIQUE (serial_number, tenant_id);

ALTER TABLE public.tp_product ADD COLUMN plugin_id VARCHAR(36) DEFAULT '';

0 comments on commit d83a2c9

Please sign in to comment.