casi terminada

This commit is contained in:
2022-05-14 23:41:03 -05:00
parent 08f25c1a79
commit 634f8f774f
10 changed files with 91 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const Premiacion = require('../../db/tablas/Premiacion');
const get = () => Premiacion.findAll();
const get = () => Premiacion.findAll({where: {activa: true}});
module.exports = get;