feat(POS-002): completed feature
This commit is contained in:
@@ -46,7 +46,7 @@ CREATE TABLE pos_stores (
|
||||
|
||||
```sql
|
||||
INSERT INTO pos_stores (id, name, slug, active)
|
||||
VALUES ('00000000-0000-0000-0000-000000000001', 'Mercado de Vida — Tienda principal', 'tienda-principal', true);
|
||||
VALUES ('00000000-0000-0000-0000-000000000001', 'Natural - Mercado de Vida', 'natural-mercado-de-vida', true);
|
||||
```
|
||||
|
||||
This UUID is referenced from the `inventory_stock` migration as the default store.
|
||||
|
||||
Reference in New Issue
Block a user