s="octicon octicon-file-directory"> supports-preserve-symlinks-flag 30f7226d9a first commit 2 years ago tailwind-color-palette 30f7226d9a first commit 2 years ago tailwindcss 30f7226d9a first commit 2 years ago thenify 30f7226d9a first commit 2 years ago thenify-all 30f7226d9a first commit 2 years ago to-regex-range 30f7226d9a first commit 2 years ago tr46 30f7226d9a first commit 2 years ago ts-interface-checker 30f7226d9a first commit 2 years ago uglify-js 30f7226d9a first commit 2 years ago underscore 30f7226d9a first commit 2 years ago upper-case 30f7226d9a first commit 2 years ago util-deprecate 30f7226d9a first commit 2 years ago valid-data-url 30f7226d9a first commit 2 years ago web-resource-inliner 30f7226d9a first commit 2 years ago webidl-conversions 30f7226d9a first commit 2 years ago whatwg-url 30f7226d9a first commit 2 years ago wrap-ansi 30f7226d9a first commit 2 years ago wrappy 30f7226d9a first commit 2 years ago y18n 30f7226d9a first commit 2 years ago yallist 30f7226d9a first commit 2 years ago yaml 30f7226d9a first commit 2 years ago yargs 30f7226d9a first commit 2 years ago yargs-parser 30f7226d9a first commit 2 years ago .yarn-integrity 30f7226d9a first commit 2 years ago tum/shaqfindbeds - Gogs: Simplico Git Service

Bez popisu

0030_alter_points_dest.py 475B

1234567891011121314151617181920
  1. # Generated by Django 3.2.5 on 2021-07-23 03:24
  2. from django.db import migrations, models
  3. import django.db.models.deletion
  4. class Migration(migrations.Migration):
  5. dependencies = [
  6. ('backend', '0029_importfile'),
  7. ]
  8. operations = [
  9. migrations.AlterField(
  10. model_name='points',
  11. name='dest',
  12. field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, to='backend.hospital'),
  13. ),
  14. ]