restored default scopes

pull/872/head
Justin Richer 2015-07-10 11:39:49 -04:00
parent a4e75ed733
commit 71c52d1a39
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
<!-- The following files are for safely bootstrapping users and clients into the database -->
<jdbc:script location="classpath:/db/tables/loading_temp_tables.sql"/>
<jdbc:script location="classpath:/db/users.sql"/>
<!-- <jdbc:script location="classpath:/db/clients.sql"/> -->
<!-- <jdbc:script location="classpath:/db/scopes.sql"/> -->
<jdbc:script location="classpath:/db/clients.sql"/>
<jdbc:script location="classpath:/db/scopes.sql"/>
</jdbc:initialize-database>
<bean id="jpaAdapter" class="org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter">