refs #6553 changes models #2522

Open
carlossa wants to merge 22 commits from 6553-workerBusiness into dev
Member
No description provided.
carlossa added 1 commit 2024-05-28 13:47:08 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
3e1b296b29
refs #6553 changes models
carlossa added 1 commit 2024-05-29 13:56:39 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
a5ffdddb53
refs #6553 fix back
carlossa added 1 commit 2024-05-30 08:58:01 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
11d1cd8eb3
Merge branch 'dev' into 6553-workerBusiness
carlossa added 1 commit 2024-06-05 08:44:04 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
5d73af5392
refs #6553 fix back
carlossa added 1 commit 2024-06-06 05:34:32 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
06fe0f5cef
refs #6553 fix acls
carlossa added 1 commit 2024-06-10 07:29:48 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
41fabecc9b
refs #6553 fix acls
alexm added 1 commit 2024-06-14 10:11:24 +00:00
alexm added 2 commits 2024-06-14 12:48:52 +00:00
carlossa added 1 commit 2024-06-20 12:03:52 +00:00
carlossa added 1 commit 2024-06-25 06:57:10 +00:00
carlossa added 1 commit 2024-06-25 08:21:33 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
cc8af9d14a
refs #6553 fix back
alexm added 2 commits 2024-06-26 10:33:44 +00:00
carlossa added 1 commit 2024-09-03 09:40:03 +00:00
carlossa added 1 commit 2024-09-03 11:59:11 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
5e5a8078ca
fix: refs #6553 json worker
carlossa added 1 commit 2024-09-09 11:21:10 +00:00
carlossa added 1 commit 2024-09-10 09:55:19 +00:00
carlossa added 1 commit 2024-09-13 11:47:11 +00:00
carlossa changed title from WIP: refs #6553 changes models to refs #6553 changes models 2024-09-13 11:47:49 +00:00
carlossa requested review from alexm 2024-09-13 11:48:18 +00:00
alexm reviewed 2024-09-17 08:33:35 +00:00
@ -0,0 +2,4 @@
ADD CONSTRAINT `business_companyCodeFk` FOREIGN KEY (`companyCodeFk`) REFERENCES `company` (`code`) ON DELETE CASCADE ON UPDATE CASCADE;
-- Auto-generated SQL script. Actual values for binary/complex data types may differ - what you see is the default string representation of values.
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
Member

Per a la proxima, pots ficar:
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES
(...),
(...),
(...),
(...),
(...);

Per a la proxima, pots ficar: INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId) VALUES (...), (...), (...), (...), (...);
alexm approved these changes 2024-09-17 08:33:37 +00:00
carlossa added 1 commit 2024-09-17 09:04:24 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
2aa0e2af2a
Merge branch 'dev' into 6553-workerBusiness
carlossa added 1 commit 2024-09-17 09:08:10 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
4b9a39e6ba
Merge branch 'dev' into 6553-workerBusiness
carlossa added 1 commit 2024-09-17 13:11:55 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
601909e853
Merge branch 'dev' into 6553-workerBusiness
All checks were successful
gitea/salix/pipeline/pr-dev This commit looks good
Required
Details
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#2522
No description provided.