syndesisio / syndesis-openshift-templates

OpenShift Templates for Syndesis
7 stars 18 forks source link

adding todo table and add_todo stored_proc #113

Closed KurtStam closed 7 years ago

KurtStam commented 7 years ago

and removing the demo_add function

@zregvart so we can update scenario 2 to use this

to test:

rsh syndesis-db-1-xxxxxx
sh-4.2$ psql -U sampledb -d sampledb
sampledb=> select add_todo('brand new task for testing');
sampledb=> select * from todo;
 id |            task            | completed 
----+----------------------------+-----------
  1 | kurt                       |         0
  2 | brand new task for testing |         0
chirino commented 7 years ago

LGTM

pure-bot[bot] commented 7 years ago

Pull request approved by @chirino - applying approved label