MYSQL commands for S2S testing

 

mysql\bin>mysql -h localhost -u root -p

use app_grants_gov

 

show tables

 

 insert into getopportunity SET OID=11;

update all the columns...

 

 update getopportunity

 set SCHEMA_URL='http://localhost:8080/app-s2s-client/samples/CustMetaGrantApplication.xsd'

where OID=11;

 

Get me out of here