Shot create renamed to add

This commit is contained in:
2014-05-19 00:10:08 +02:00
parent 08f95dcb99
commit bf4399e5b3
4 changed files with 49 additions and 42 deletions

View File

@@ -95,6 +95,11 @@ class Node(db.Model):
class NodeShot(db.Model):
id = db.Column(db.Integer, primary_key = True)
start_frame = db.Column(db.Integer)
end_frame = db.Column(db.Integer)
# Create Many to Many table
"""
assets_tags_table = db.Table('assets_tags', db.Model.metadata,