aboutsummaryrefslogtreecommitdiff
path: root/extras/m_sqloper.mysql.sql
Commit message (Collapse)AuthorAgeFilesLines
* Move the SQL tables to docs/sql and install them on `make install`.Gravatar Peter Powell2018-09-261-12/+0
|
* Refactor m_sqloper to be a full opers.conf replacement (#983).Gravatar Dylan Frank2018-04-061-4/+7
| | | m_sqloper now supports dynamic fields, works with m_sslinfo, and works with /stats o.
* m_sqloper.mysql.sql: Add `active` columnGravatar Daniel Vassdal2015-02-221-16/+1
|
* m_sqloper.mysql.sql: TYPE is deprecated as of MySQL 5.5Gravatar Daniel Vassdal2015-02-211-1/+1
| | | | | "The older TYPE option that was synonymous with ENGINE was removed in MySQL 5.5." https://dev.mysql.com/doc/refman/5.6/en/create-table.html
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.Gravatar peavey2007-07-161-1/+24
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are ↵Gravatar peavey2007-07-161-24/+1
| | | | | | auto skipped by svn. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
* Rename all these so that the names reflect the database server theyre used ↵Gravatar brain2007-01-151-0/+24
with more accurately -- for example, the old mysql ones were just .schema.sql, and the postgres ones were .pgschema.sql. Theyre now .mysql.sql, .postgresql.sql and .sqlite3.sql git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6345 e03df62e-2008-0410-955e-edbf42e46eb7