Skip to content

Commit

Permalink
샘플 플랜 추가(트래픽 많은것)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny ruby authored and jenny ruby committed Feb 28, 2021
1 parent 4836457 commit 6b4a649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/initdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from project import app,db
from project.models import Oslist, Plan

sample_plan = Plan('m1.small', 't3.small', 1, 1024, 1, 40, 4000)
sample_plan = Plan('m2.small', 't3.small', 1, 1024, 2048, 40, 4000)
db.session.add(sample_plan)

sample_os = Oslist('ubuntu20.04', 'ami-067abcae434ee508b')
Expand Down

0 comments on commit 6b4a649

Please sign in to comment.