mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-02 01:05:15 +02:00
pending_changes migration
This commit is contained in:
parent
6a2648ddf7
commit
d5edc5bb2e
3 changed files with 20 additions and 1 deletions
|
@ -41,6 +41,7 @@ class WireGuardInstance(models.Model):
|
|||
post_up = models.TextField(blank=True, null=True)
|
||||
post_down = models.TextField(blank=True, null=True)
|
||||
persistent_keepalive = models.IntegerField(default=25)
|
||||
pending_changes = models.BooleanField(default=True)
|
||||
|
||||
created = models.DateTimeField(auto_now_add=True)
|
||||
updated = models.DateTimeField(auto_now=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue