also adapt intall_db.sql to reflect changed column length
This commit is contained in:
parent
d367078cc6
commit
71a68cccdc
1 changed files with 1 additions and 1 deletions
|
@ -6220,7 +6220,7 @@ GO
|
||||||
|
|
||||||
|
|
||||||
CREATE PROCEDURE [dbo].[GetItemIdByOrganizationId]
|
CREATE PROCEDURE [dbo].[GetItemIdByOrganizationId]
|
||||||
@OrganizationId nvarchar(10)
|
@OrganizationId nvarchar(128)
|
||||||
AS
|
AS
|
||||||
BEGIN
|
BEGIN
|
||||||
SET NOCOUNT ON;
|
SET NOCOUNT ON;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue