feat: refs #7039 country #2361

Merged
robert merged 18 commits from 7039-country-country into dev 2024-05-14 08:12:14 +00:00
Member
No description provided.
robert added 1 commit 2024-04-24 07:07:31 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
7899cf230e
feat: refs #7039 country
robert added 1 commit 2024-04-24 07:08:33 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
a27e06e8ff
feat: refs #7039 country
robert added 1 commit 2024-04-24 07:24:53 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
ffe56edc9c
feat: refs #7039 country
robert added 1 commit 2024-04-24 10:14:52 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
5efe286382
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-04-25 10:35:34 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
8153a526ce
feat: refs #7039 country-name
robert added 1 commit 2024-04-26 06:48:04 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
2d0d4b5643
Merge branch 'dev' into 7039-country-country
robert requested review from alexm 2024-04-26 07:00:15 +00:00
robert requested review from guillermo 2024-04-26 07:00:22 +00:00
guillermo requested changes 2024-04-26 07:28:37 +00:00
Dismissed
@ -0,0 +1,16 @@
-- Place your SQL code here
ALTER TABLE vn.country CHANGE country name varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL;
CREATE OR REPLACE DEFINER=`root`@`localhost`
Member

Per que fas aço?

Per que fas aço?
e2e/tests.js Outdated
@ -23,8 +23,8 @@ async function test() {
const opts = getopts(process.argv.slice(2), {
boolean: ['show']
});
if (opts.show)
Member

???

???
robert marked this conversation as resolved
@ -60,3 +60,3 @@
ENGINE = MEMORY
SELECT co.code company,
cou.country,
cou.name AS country,
Member

Quitar el AS

Quitar el AS
robert marked this conversation as resolved
@ -104,3 +104,3 @@
t.id ticketFk,
t.routeFk,
co.country,
co.name AS country,
Member

Quitar el AS

Quitar el AS
robert marked this conversation as resolved
@ -5,3 +5,3 @@
c.fi,
c.street,
cty.country
cty.name AS country
Member

Quitar AS

Quitar AS
robert marked this conversation as resolved
@ -3,3 +3,3 @@
s.name,
s.street,
sc.country,
sc.name AS country,
Member

Quitar AS

Quitar AS
robert marked this conversation as resolved
@ -6,3 +6,3 @@
s.name AS supplierName,
p.name AS province,
co.country
co.name AS country
Member

Quitar AS

Quitar AS
robert marked this conversation as resolved
robert added 1 commit 2024-04-26 08:26:34 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
fd7dcf2781
fix: refs #7039 fixpr
robert added 1 commit 2024-04-26 11:54:07 +00:00
alexm approved these changes 2024-04-29 05:06:58 +00:00
robert added 1 commit 2024-04-29 08:08:56 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
c18c77ab93
Merge branch 'dev' into 7039-country-country
robert requested review from guillermo 2024-04-30 05:17:16 +00:00
guillermo approved these changes 2024-04-30 05:37:00 +00:00
robert added 1 commit 2024-05-03 09:25:10 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
82ee8d2209
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-05-06 05:08:10 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
87e85e4a4e
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-05-06 08:27:23 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
b57be129e3
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-05-07 05:11:06 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
1610b9bd0a
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-05-09 10:51:21 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
0498b425b3
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-05-10 07:21:07 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
35f69b8692
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-05-14 05:48:07 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
b0da193b4a
feat: refs #7039 añadir colum virtual country
robert added 1 commit 2024-05-14 05:49:42 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
c6f7a0768a
Merge branch 'dev' into 7039-country-country
robert added 1 commit 2024-05-14 06:32:47 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
eeb36a6810
Merge branch 'dev' into 7039-country-country
robert merged commit 6ae48790f3 into dev 2024-05-14 08:12:14 +00:00
robert deleted branch 7039-country-country 2024-05-14 08:12:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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#2361
No description provided.