Browse Source

initid - seperator change

master
kanoi 11 years ago
parent
commit
304f7c73f4
  1. 3
      sql/initid.sh

3
sql/initid.sh

@ -1,6 +1,6 @@
#!/bin/bash
#
fldsep="`echo -e '\x02'`"
fldsep="`echo -e '\x09'`"
#
dsp()
{
@ -33,3 +33,4 @@ addid workerid ${now}100000
addid paymentid ${now}200000
addid authid ${now}300000
addid userid ${now}400000
addid markerid ${now}500000

Loading…
Cancel
Save