Batch Keys Gefixt
Dieser Commit ist enthalten in:
@@ -1213,8 +1213,8 @@ def batch_licenses():
|
||||
# Lizenz einfügen
|
||||
cur.execute("""
|
||||
INSERT INTO licenses (license_key, customer_id, license_type,
|
||||
valid_from, valid_until, is_active, created_at)
|
||||
VALUES (%s, %s, %s, %s, %s, true, NOW())
|
||||
valid_from, valid_until, is_active)
|
||||
VALUES (%s, %s, %s, %s, %s, true)
|
||||
RETURNING id
|
||||
""", (license_key, customer_id, license_type, valid_from, valid_until))
|
||||
license_id = cur.fetchone()[0]
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren