Mcuhos cambios .w.
This commit is contained in:
6
database/modifications/05-simplify-usuario.sql
Normal file
6
database/modifications/05-simplify-usuario.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
alter table ventas drop column mesero_id;
|
||||
alter table ventas add column usuario_id uuid references usuarios;
|
||||
|
||||
drop table meseros;
|
||||
drop table administradores;
|
||||
drop table recaudadores;
|
||||
@@ -1,8 +0,0 @@
|
||||
select *
|
||||
from bodega_ingresos;
|
||||
select *
|
||||
from bodega_egresos;
|
||||
select *
|
||||
from bodega_movimientos;
|
||||
select *
|
||||
from bodega_actual;
|
||||
Reference in New Issue
Block a user