Update database-schema.adoc

This commit is contained in:
Do Nhu Vy 2018-08-18 23:26:24 +07:00 committed by Rob Winch
parent 594cacb0d6
commit b192bf54f7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ create table authorities (
create unique index ix_auth_username on authorities (username,authority);
----
=== For Oracle database
==== For Oracle database
[source]
----
CREATE TABLE USERS (