mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Update db_routing.py
Исправлена опечатка
This commit is contained in:
@@ -41,7 +41,7 @@ class Action(db.Model):
|
||||
__tablename__ = 'Actions'
|
||||
id = db.Column(db.Integer, primary_key=True)
|
||||
name = db.Column(db.String(80), unique=True, nullable=False)
|
||||
def_nme = db.Column(db.String(200))
|
||||
def_name = db.Column(db.String(200))
|
||||
|
||||
|
||||
class Scenario(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user