close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Opened 16 years ago

Closed 16 years ago

#12 closed (fixed)

Old database dump for geddit in SVN

Reported by: entropyhacker@… Owned by: cmlenz
Priority: major Milestone: 1.0
Component: examples Keywords:
Cc:

Description

I applied sqlite dump for geddit but localhost:8080 gives me:
OperationalError?: no such table: link

Looks like dump is obsolete:

$ sqlite3 geddit.db 
SQLite version 3.4.2
sqlite> .tables
geddit_comment  geddit_link     user

Change History (1)

comment:1 Changed 16 years ago by cmlenz

  • Component changed from general to examples
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [208]. Thanks!

Note: See TracTickets for help on using tickets.