refs #5890 feat: itemShelvingSaleAsignado #1767
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1767
Loading…
Reference in New Issue
No description provided.
Delete Branch "5890--itemShelvingAsignado"
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,299 @@
ALTER TABLE vn.itemShelvingSale ADD isPicked TINYINT(1) DEFAULT FALSE NOT NULL;
ficali les comilles, si no quan pujem a produccio fallara:
ALTER TABLE
vn
.itemShelvingSale
ADDisPicked
TINYINT(1) DEFAULT FALSE NOT NULL;@ -0,0 +288,4 @@
END$$
DELIMITER ;
ALTER TABLE vn.itemShelvingSale DROP COLUMN IF EXISTS isPicked;
Aci tambe les comilles
@ -0,0 +5,4 @@
accepts: [
{
arg: 'id',
type: 'Number',
Fijat per si deuries haver ficat required: true en el id
@ -0,0 +5,4 @@
accepts: [
{
arg: 'id',
type: 'Number',
Els tipos preferiblement els posem en minuscula tot type: 'number'
@ -0,0 +6,4 @@
{
arg: 'id',
type: 'Number',
description: 'The sale id',
Fijat per si deuries haver ficat required: true en el id
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings