feat: refs #7039 country #2361
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2361
Loading…
Reference in New Issue
No description provided.
Delete Branch "7039-country-country"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -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`
Per que fas aço?
@ -23,8 +23,8 @@ async function test() {
const opts = getopts(process.argv.slice(2), {
boolean: ['show']
});
if (opts.show)
???
@ -60,3 +60,3 @@
ENGINE = MEMORY
SELECT co.code company,
cou.country,
cou.name AS country,
Quitar el AS
@ -104,3 +104,3 @@
t.id ticketFk,
t.routeFk,
co.country,
co.name AS country,
Quitar el AS
@ -5,3 +5,3 @@
c.fi,
c.street,
cty.country
cty.name AS country
Quitar AS
@ -3,3 +3,3 @@
s.name,
s.street,
sc.country,
sc.name AS country,
Quitar AS
@ -6,3 +6,3 @@
s.name AS supplierName,
p.name AS province,
co.country
co.name AS country
Quitar AS