Changes between Initial Version and Version 1 of Ticket #24892


Ignore:
Timestamp:
Jun 1, 2015, 1:59:37 PM (9 years ago)
Author:
Jacek Bzdak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24892 – Description

    initial v1  
    8989SELECT setval('FOO_int_pk_seq', MAX(int_pk)) FROM FOO;
    9090}}}
    91 In these lines `FOO` should be replaced by `"FOO"`
     91
     92In these lines `FOO` should be replaced by `"FOO"`.
     93
     94I use Django `1.8.2`.
Back to Top