forked from erp-dev/erp
server push
This commit is contained in:
1
.env
1
.env
@@ -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
BIN
celerybeat-schedule-shm
Normal file
Binary file not shown.
BIN
celerybeat-schedule-wal
Normal file
BIN
celerybeat-schedule-wal
Normal file
Binary file not shown.
@@ -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',
|
||||||
|
),
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user