feat: Sorting manual journals and items.

This commit is contained in:
Ahmed Bouhuolia
2020-04-19 17:00:28 +02:00
parent cdee562ae7
commit 090c744f57
11 changed files with 237 additions and 132 deletions

View File

@@ -80,6 +80,7 @@ exports.seed = (knex) => {
id: 10,
resource_id: 2,
label_name: 'Name',
key: 'name',
data_type: 'textbox',
predefined: 1,
columnable: true,
@@ -88,6 +89,7 @@ exports.seed = (knex) => {
id: 11,
resource_id: 2,
label_name: 'Type',
key: 'type',
data_type: 'textbox',
predefined: 1,
columnable: true,