1
0
forked from erp-dev/erp

server push

This commit is contained in:
2026-01-21 10:08:58 +08:00
parent 2147b99cbe
commit 43399385a8
5 changed files with 19 additions and 1 deletions

1
.env
View File

@@ -6,3 +6,4 @@ DB_PORT=5432
DB_NAME=flower DB_NAME=flower
DB_USER=postgres DB_USER=postgres
DB_PASSWORD=postgres DB_PASSWORD=postgres
PRINTING_SALES_ITEM_SOURCE_STATE_ID=2

Binary file not shown.

BIN
celerybeat-schedule-shm Normal file

Binary file not shown.

BIN
celerybeat-schedule-wal Normal file

Binary file not shown.

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.8 on 2026-01-21 02:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('stateflow', '0022_statelogparameterrecord_parameters_gin_index'),
]
operations = [
migrations.RemoveIndex(
model_name='statelogparameterrecord',
name='stfl_paramrec_params_gin',
),
]