mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: role setting
This commit is contained in:
parent
e25544e032
commit
c1e01e005b
|
|
@ -1,18 +0,0 @@
|
|||
# Generated by Django 5.2.3 on 2025-06-18 02:58
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('system_manage', '0004_log'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='log',
|
||||
name='workspace_id',
|
||||
field=models.CharField(db_index=True, default='default', max_length=64, verbose_name='工作空间id'),
|
||||
),
|
||||
]
|
||||
Loading…
Reference in New Issue