Initial commit from monorepo
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated manually
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('billing_app', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='account',
|
||||
name='tigerbeetle_account_id',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user