Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change deprecated TableQuery reference
  • Loading branch information
mgenereu committed Nov 22, 2015
1 parent 0290716 commit c935437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slick/src/sphinx/gettingstarted.rst
Expand Up @@ -142,7 +142,7 @@ data:

.. includecode:: code/FirstExample.scala#create

The ``TableQuery``'s ``ddl`` method creates ``DDL`` (data definition language) objects
The ``TableQuery``'s ``schema`` method creates ``DDL`` (data definition language) objects
with the database-specific code for creating and dropping tables and other
database entities. Multiple ``DDL`` values can be combined with ``++`` to
allow all entities to be created and dropped in the correct order, even when
Expand Down

0 comments on commit c935437

Please sign in to comment.