update pocketbase schema,
This commit is contained in:
6
002_source/pocketbase/pb_hooks/seed/config.js
Normal file
6
002_source/pocketbase/pb_hooks/seed/config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
ASSETS_DIR: '/pb_hooks/assets',
|
||||
id_v: '1'.padStart(15, 0), //id_vocabulary
|
||||
id_c: '2'.padStart(15, 0), //id_connectives
|
||||
cat_id_tech: '3'.padStart(15, 0), // category id of technology
|
||||
};
|
Reference in New Issue
Block a user